Bump actions/cache from 3 to 4 (#72)

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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-03-19 17:38:41 +00:00 committed by GitHub
parent 5bf52b80b3
commit e7dd74ede1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

@ -47,7 +47,7 @@ jobs:
SEMVER_CHECKS=$(cargo semver-checks --version | sed -e 's/\s\+/-/g') 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 echo "KEY=testprefix-testkey-linux-$RUSTC-$SEMVER_CHECKS-d41d8cd98f00b204e9800998ecf8427e-semver-checks-rustdoc" >> $GITHUB_OUTPUT
- name: Download saved cache - name: Download saved cache
uses: actions/cache/restore@v3 uses: actions/cache/restore@v4
with: with:
path: ${{ github.workspace }}/semver-checks/target/semver-checks/cache path: ${{ github.workspace }}/semver-checks/target/semver-checks/cache
fail-on-cache-miss: true fail-on-cache-miss: true
@ -97,7 +97,7 @@ jobs:
SEMVER_CHECKS=$(cargo semver-checks --version | sed -e 's/\s\+/-/g') 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 echo "KEY=testprefix-test-cache-exists-default-d45618ed191f0a73-linux-$RUSTC-$SEMVER_CHECKS-d41d8cd98f00b204e9800998ecf8427e-semver-checks-rustdoc" >> $GITHUB_OUTPUT
- name: Download saved cache - name: Download saved cache
uses: actions/cache/restore@v3 uses: actions/cache/restore@v4
with: with:
path: ${{ github.workspace }}/semver-checks/target/semver-checks/cache path: ${{ github.workspace }}/semver-checks/target/semver-checks/cache
fail-on-cache-miss: true fail-on-cache-miss: true

View file

@ -280,7 +280,7 @@ jobs:
with: with:
rust-toolchain: nightly rust-toolchain: nightly
- name: Get cache key - name: Get cache key
uses: actions/cache/restore@v3 uses: actions/cache/restore@v4
id: get-cache-key id: get-cache-key
with: with:
path: ${{ github.workspace }}/semver-checks/target/semver-checks/cache path: ${{ github.workspace }}/semver-checks/target/semver-checks/cache
@ -323,7 +323,7 @@ jobs:
with: with:
rust-toolchain: nightly rust-toolchain: nightly
- name: Get cache key - name: Get cache key
uses: actions/cache/restore@v3 uses: actions/cache/restore@v4
id: get-cache-key id: get-cache-key
with: with:
path: ${{ github.workspace }}/semver-checks/target/semver-checks/cache path: ${{ github.workspace }}/semver-checks/target/semver-checks/cache
@ -366,7 +366,7 @@ jobs:
with: with:
rust-toolchain: manual rust-toolchain: manual
- name: Get cache key - name: Get cache key
uses: actions/cache/restore@v3 uses: actions/cache/restore@v4
id: get-cache-key id: get-cache-key
with: with:
path: ${{ github.workspace }}/semver-checks/target/semver-checks/cache path: ${{ github.workspace }}/semver-checks/target/semver-checks/cache