Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/report-fork.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
pixeleagle_project: ${{ steps.env.outputs.pixeleagle_project }}
steps:
- name: Checkout Bevy main branch
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: ${{ inputs.fork }}
ref: ${{ inputs.branch }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/report-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
updated: ${{ steps.version-check.outputs.updated }}
steps:
- name: Checkout Bevy main branch
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: "bevyengine/bevy"
ref: "main"
Expand All @@ -28,7 +28,7 @@ jobs:
echo "date=`date +%Y%m%d%H%M`" >> $GITHUB_OUTPUT
echo "pixeleagle_project=B25A040A-A980-4602-B90C-D480AB84076D" >> $GITHUB_OUTPUT
echo "mobile_percy_project=dede4209/Bevy-Mobile-Example" >> $GITHUB_OUTPUT
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
ref: "results"
path: "results"
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
ref: "results"
path: "results"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/report-pr-by-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
pixeleagle_project: ${{ steps.env.outputs.pixeleagle_project }}
steps:
- name: Checkout Bevy main branch
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: "bevyengine/bevy"
- name: Switch to PR
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/report-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
pixeleagle_project: ${{ steps.env.outputs.pixeleagle_project }}
steps:
- name: Checkout Bevy main branch
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: 'bevyengine/bevy'
- name: Switch to PR
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upkeep-cleanup-old-results.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:

- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
ref: "results"
fetch-depth: 0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/upkeep-update-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:

steps:
- name: Checkout Bevy main branch
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: "bevyengine/bevy"

- name: Checkout patches
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
path: "runner-patches"

Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/workflow-mobile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,13 @@ jobs:
runs-on: macos-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
repository: ${{ inputs.repository }}
ref: ${{ inputs.gitref }}

- name: Checkout patches
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
path: "runner-patches"

Expand Down Expand Up @@ -112,13 +112,13 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
repository: ${{ inputs.repository }}
ref: ${{ inputs.gitref }}

- name: Checkout patches
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
path: "runner-patches"

Expand Down Expand Up @@ -225,13 +225,13 @@ jobs:
os_version: "14.0"
adapter: "Adreno (TM) 740"
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
repository: ${{ inputs.repository }}
ref: ${{ inputs.gitref }}

- name: Checkout patches
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
path: "runner-patches"

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/workflow-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
pages: ${{ steps.env.outputs.pages }}
steps:
- name: Checkout Bevy
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: ${{ inputs.repository}}
ref: ${{ inputs.gitref }}
Expand All @@ -89,13 +89,13 @@ jobs:

steps:
- name: Checkout Bevy
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: ${{ inputs.repository }}
ref: ${{ inputs.gitref }}

- name: Checkout patches
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
path: "runner-patches"

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/workflow-rebuild-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- uses: actions/checkout@v6
with:
ref: "results"
path: "results"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
# browser: "chromium"
# api: "webgpu"
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
repository: ${{ inputs.repository }}
ref: ${{ inputs.gitref }}
Expand Down