Skip to content

Commit 1a804db

Browse files
authored
Upgrade checkout action from v5 to v6
1 parent 0c24d11 commit 1a804db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
# RUST_LOG: debug
3636
# RUSTFLAGS: -C target-cpu=native
3737
# steps:
38-
# - uses: actions/checkout@v5
38+
# - uses: actions/checkout@v6
3939
# - uses: ./.github/actions/setup-environment
4040
# with:
4141
# gpu: true
@@ -59,7 +59,7 @@ jobs:
5959
RUSTFLAGS: -C target-cpu=native
6060
RUST_TEST_TIMEOUT: 0
6161
steps:
62-
- uses: actions/checkout@v5
62+
- uses: actions/checkout@v6
6363
- uses: ./.github/actions/setup-environment
6464
with:
6565
gpu: true

0 commit comments

Comments
 (0)