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.
2 parents 6b787f9 + 565f9a9 commit 6e42830Copy full SHA for 6e42830
.github/workflows/ci.yml
@@ -45,7 +45,7 @@ jobs:
45
# over time).
46
- name: Add cache for cargo
47
id: cache
48
- uses: actions/cache@v3
+ uses: actions/cache@v4
49
with:
50
path: |
51
# Taken from <https://doc.rust-lang.org/nightly/cargo/guide/cargo-home.html#caching-the-cargo-home-in-ci>.
@@ -95,7 +95,7 @@ jobs:
95
96
97
98
99
100
101
0 commit comments