We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01097c9 commit c75fb48Copy full SHA for c75fb48
.github/workflows/build.yaml
@@ -57,7 +57,7 @@ jobs:
57
- os: windows-latest
58
target: aarch64-pc-windows-msvc
59
steps:
60
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
61
62
- name: Get version
63
id: version
.github/workflows/test.yml
@@ -14,7 +14,7 @@ jobs:
14
build-and-test:
15
runs-on: ubuntu-latest
16
17
18
19
- name: Caching
20
uses: Swatinem/rust-cache@v2
0 commit comments