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 3a74fae commit 39f7a46Copy full SHA for 39f7a46
src/tools/miri/.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