We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3a74fae + 39f7a46 commit f5ceb4eCopy full SHA for f5ceb4e
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