From 6de658d8146b36e7bf87eb1f664cdea671bb696c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 17:24:36 +0000 Subject: [PATCH] Bump actions/cache from 3 to 4 Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/test-cache.yml | 4 ++-- .github/workflows/test-inputs.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test-cache.yml b/.github/workflows/test-cache.yml index 675162b..51a2b00 100644 --- a/.github/workflows/test-cache.yml +++ b/.github/workflows/test-cache.yml @@ -47,7 +47,7 @@ jobs: SEMVER_CHECKS=$(cargo semver-checks --version | sed -e 's/\s\+/-/g') echo "KEY=testprefix-testkey-linux-$RUSTC-$SEMVER_CHECKS-d41d8cd98f00b204e9800998ecf8427e-semver-checks-rustdoc" >> $GITHUB_OUTPUT - name: Download saved cache - uses: actions/cache/restore@v3 + uses: actions/cache/restore@v4 with: path: ${{ github.workspace }}/semver-checks/target/semver-checks/cache fail-on-cache-miss: true @@ -97,7 +97,7 @@ jobs: SEMVER_CHECKS=$(cargo semver-checks --version | sed -e 's/\s\+/-/g') echo "KEY=testprefix-test-cache-exists-default-d45618ed191f0a73-linux-$RUSTC-$SEMVER_CHECKS-d41d8cd98f00b204e9800998ecf8427e-semver-checks-rustdoc" >> $GITHUB_OUTPUT - name: Download saved cache - uses: actions/cache/restore@v3 + uses: actions/cache/restore@v4 with: path: ${{ github.workspace }}/semver-checks/target/semver-checks/cache fail-on-cache-miss: true diff --git a/.github/workflows/test-inputs.yml b/.github/workflows/test-inputs.yml index dc01e9a..e2d8f45 100644 --- a/.github/workflows/test-inputs.yml +++ b/.github/workflows/test-inputs.yml @@ -280,7 +280,7 @@ jobs: with: rust-toolchain: nightly - name: Get cache key - uses: actions/cache/restore@v3 + uses: actions/cache/restore@v4 id: get-cache-key with: path: ${{ github.workspace }}/semver-checks/target/semver-checks/cache @@ -323,7 +323,7 @@ jobs: with: rust-toolchain: nightly - name: Get cache key - uses: actions/cache/restore@v3 + uses: actions/cache/restore@v4 id: get-cache-key with: path: ${{ github.workspace }}/semver-checks/target/semver-checks/cache @@ -366,7 +366,7 @@ jobs: with: rust-toolchain: manual - name: Get cache key - uses: actions/cache/restore@v3 + uses: actions/cache/restore@v4 id: get-cache-key with: path: ${{ github.workspace }}/semver-checks/target/semver-checks/cache