From 84701ef879003e7191d210c9a0880e4f19dfc49e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 10:35:59 +0800 Subject: [PATCH] chore(deps): update actions/cache action to v4 (#1908) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/cache](https://togithub.com/actions/cache) | action | major | `v3` -> `v4` | --- ### Release Notes
actions/cache (actions/cache) ### [`v4`](https://togithub.com/actions/cache/compare/v3...v4) [Compare Source](https://togithub.com/actions/cache/compare/v3...v4)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/napi-rs/napi-rs). --- .github/workflows/asan.yml | 2 +- .github/workflows/bench.yaml | 2 +- .github/workflows/memory-test.yml | 2 +- .github/workflows/test-release.yaml | 16 ++++++++-------- .github/workflows/zig.yaml | 2 +- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/asan.yml b/.github/workflows/asan.yml index ed470e97..8c263dbe 100644 --- a/.github/workflows/asan.yml +++ b/.github/workflows/asan.yml @@ -34,7 +34,7 @@ jobs: components: rust-src - name: Cache cargo - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.cargo/registry diff --git a/.github/workflows/bench.yaml b/.github/workflows/bench.yaml index 314705ba..91125824 100644 --- a/.github/workflows/bench.yaml +++ b/.github/workflows/bench.yaml @@ -34,7 +34,7 @@ jobs: toolchain: stable - name: Cache cargo - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.cargo/registry diff --git a/.github/workflows/memory-test.yml b/.github/workflows/memory-test.yml index b8860d84..00e16274 100644 --- a/.github/workflows/memory-test.yml +++ b/.github/workflows/memory-test.yml @@ -36,7 +36,7 @@ jobs: toolchain: stable - name: Cache cargo - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.cargo/registry/index/ diff --git a/.github/workflows/test-release.yaml b/.github/workflows/test-release.yaml index 8bd61479..cc3a7754 100644 --- a/.github/workflows/test-release.yaml +++ b/.github/workflows/test-release.yaml @@ -40,7 +40,7 @@ jobs: components: rustfmt, clippy - name: Cache cargo - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.cargo/registry @@ -140,7 +140,7 @@ jobs: targets: ${{ matrix.settings.target }} - name: Cache cargo - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.cargo/registry @@ -219,7 +219,7 @@ jobs: targets: ${{ matrix.settings.target }} - name: Cache cargo - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.cargo/registry @@ -274,7 +274,7 @@ jobs: yarn install --immutable --mode=skip-build - name: Cache cargo - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | .cargo-cache/registry @@ -395,7 +395,7 @@ jobs: targets: armv7-unknown-linux-gnueabihf - name: Cache cargo - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.cargo/registry @@ -438,7 +438,7 @@ jobs: toolchain: stable - name: Cache cargo - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.cargo/registry @@ -495,7 +495,7 @@ jobs: toolchain: stable targets: wasm32-wasi-preview1-threads - name: Cache cargo - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.cargo/registry @@ -536,7 +536,7 @@ jobs: toolchain: stable targets: x86_64-unknown-linux-gnu - name: Cache cargo - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.cargo/registry diff --git a/.github/workflows/zig.yaml b/.github/workflows/zig.yaml index b67bfb89..4937b3f1 100644 --- a/.github/workflows/zig.yaml +++ b/.github/workflows/zig.yaml @@ -42,7 +42,7 @@ jobs: toolchain: stable targets: ${{ matrix.target }} - name: Cache cargo - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.cargo/registry