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.
deprecated
Node.js
1 parent 6b787f9 commit 565f9a9Copy full SHA for 565f9a9
.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