Skip to content

Commit 60c9812

Browse files
committed
fix: update checkout in generation script
1 parent a06b1d1 commit 60c9812

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

generate_ci.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
meta-check:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v5
2222
- run: ./generate_ci.sh | tee .github/workflows/build.yml
2323
- run: git --no-pager diff --exit-code
2424
@@ -42,7 +42,7 @@ jobs:
4242
base: \${{ steps.base.outputs.base }}
4343
steps:
4444
- name: Deep checkout
45-
uses: actions/checkout@v4
45+
uses: actions/checkout@v5
4646
with:
4747
fetch-depth: 0
4848
@@ -81,7 +81,7 @@ while read -r bench; do
8181
if: fromJSON(needs.changed.outputs.base) || contains(needs.changed.outputs.files, '$bench/')
8282
steps:
8383
- name: Checkout
84-
uses: actions/checkout@v4
84+
uses: actions/checkout@v5
8585
8686
- name: Build $bench
8787
run: ./build.sh $bench

0 commit comments

Comments
 (0)