Skip to content

Commit c0a1f9b

Browse files
Bump actions/checkout from 6.0.2 to 6.0.3 (#293)
1 parent 55849be commit c0a1f9b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-24.04
1919
steps:
2020
- name: Checkout wren-console
21-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
21+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
2222
with:
2323
repository: joshgoebel/wren-console
2424
path: wren-console
@@ -27,7 +27,7 @@ jobs:
2727
run: |
2828
cat wren-console/WREN_ESSENTIALS >> $GITHUB_ENV
2929
- name: Checkout wren-essentials
30-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
30+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
3131
with:
3232
repository: joshgoebel/wren-essentials
3333
path: wren-console/deps/wren-essentials
@@ -40,7 +40,7 @@ jobs:
4040
cp bin/wrenc $GITHUB_WORKSPACE/usr/bin
4141
echo "$GITHUB_WORKSPACE/usr/bin" >> $GITHUB_PATH
4242
- name: Checkout wren track
43-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
43+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
4444
with:
4545
path: track
4646
- name: Install deps and run CI

0 commit comments

Comments
 (0)