diff options
| author | bors <bors@rust-lang.org> | 2024-04-27 07:49:27 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-04-27 07:49:27 +0000 |
| commit | f5ceb4ed6004e6841662ce00e8e8e22f4d06a709 (patch) | |
| tree | dc30edf49942771eb4d011d14c9385f3a5422566 | |
| parent | 3a74fae72d24d94ae310ecf6e8040a5d229889f6 (diff) | |
| parent | 39f7a46d63cf71bfd71926e797eb6f5b20d6b05f (diff) | |
| download | rust-f5ceb4ed6004e6841662ce00e8e8e22f4d06a709.tar.gz rust-f5ceb4ed6004e6841662ce00e8e8e22f4d06a709.zip | |
Auto merge of #3519 - hamirmahal:fix/usage-of-deprecated-version-of-nodejs, r=RalfJung
bump actions/cache to v4 fixes #3518.
| -rw-r--r-- | src/tools/miri/.github/workflows/ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/miri/.github/workflows/ci.yml b/src/tools/miri/.github/workflows/ci.yml index 0af334a654b..3f714fc9320 100644 --- a/src/tools/miri/.github/workflows/ci.yml +++ b/src/tools/miri/.github/workflows/ci.yml @@ -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>. @@ -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>. |
