Skip to content

Commit f5ceb4e

Browse files
committed
Auto merge of rust-lang#3519 - hamirmahal:fix/usage-of-deprecated-version-of-nodejs, r=RalfJung
bump actions/cache to v4 fixes rust-lang#3518.
2 parents 3a74fae + 39f7a46 commit f5ceb4e

File tree

1 file changed

+2
-2
lines changed
  • src/tools/miri/.github/workflows

1 file changed

+2
-2
lines changed

src/tools/miri/.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
# over time).
4646
- name: Add cache for cargo
4747
id: cache
48-
uses: actions/cache@v3
48+
uses: actions/cache@v4
4949
with:
5050
path: |
5151
# Taken from <https://doc.rust-lang.org/nightly/cargo/guide/cargo-home.html#caching-the-cargo-home-in-ci>.
@@ -95,7 +95,7 @@ jobs:
9595
# over time).
9696
- name: Add cache for cargo
9797
id: cache
98-
uses: actions/cache@v3
98+
uses: actions/cache@v4
9999
with:
100100
path: |
101101
# Taken from <https://doc.rust-lang.org/nightly/cargo/guide/cargo-home.html#caching-the-cargo-home-in-ci>.

0 commit comments

Comments
 (0)