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 f652a25 commit 342460aCopy full SHA for 342460a
.github/workflows/main-ci.yml
@@ -16,7 +16,7 @@ jobs:
16
override: true
17
components: clippy
18
- name: Cache cargo dependencies
19
- uses: actions/cache@v2
+ uses: actions/cache@v4
20
with:
21
path: ~/.cargo/
22
key: cache-cargo-deps-${{ runner.os }}-${{ hashFiles('**/Cargo.lock', '**/Cargo.toml') }}
@@ -45,7 +45,7 @@ jobs:
45
toolchain: stable
46
47
48
49
50
51
0 commit comments