Skip to content

Commit 98160c4

Browse files
authored
Merge pull request #198 from fjall-rs/renovate/actions-checkout-5.x
Update actions/checkout action to v5
2 parents dd76703 + 1e6ea60 commit 98160c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
#- aarch64-apple-darwin
7171
runs-on: ubuntu-latest
7272
steps:
73-
- uses: actions/checkout@v4
73+
- uses: actions/checkout@v5
7474
- name: cross test
7575
run: |
7676
cargo install cross

0 commit comments

Comments
 (0)