We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3f33de commit 7d6a7d6Copy full SHA for 7d6a7d6
2 files changed
.github/workflows/ci.yml
@@ -34,7 +34,7 @@ jobs:
34
target: aarch64-apple-darwin
35
36
steps:
37
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v6
38
- name: Build
39
run: cargo build --verbose --target=${{ matrix.target }}
40
- name: Run tests
.github/workflows/release.yml
@@ -59,7 +59,7 @@ jobs:
59
60
61
- name: Checkout repository
62
- uses: actions/checkout@v2
+ uses: actions/checkout@v6
63
with:
64
fetch-depth: 1
65
0 commit comments