Skip to content

Commit

Permalink
Auto merge of rust-lang#3519 - hamirmahal:fix/usage-of-deprecated-ver…
Browse files Browse the repository at this point in the history
…sion-of-nodejs, r=RalfJung

bump actions/cache to v4

fixes rust-lang#3518.
  • Loading branch information
bors committed Apr 27, 2024
2 parents 3a74fae + 39f7a46 commit f5ceb4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tools/miri/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
# over time).
- name: Add cache for cargo
id: cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
# Taken from <https://doc.rust-lang.org/nightly/cargo/guide/cargo-home.html#caching-the-cargo-home-in-ci>.
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
# over time).
- name: Add cache for cargo
id: cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
# Taken from <https://doc.rust-lang.org/nightly/cargo/guide/cargo-home.html#caching-the-cargo-home-in-ci>.
Expand Down

0 comments on commit f5ceb4e

Please sign in to comment.