Skip to content

Commit

Permalink
Bump actions/cache from 3 to 4
Browse files Browse the repository at this point in the history
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](actions/cache@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>
  • Loading branch information
dependabot[bot] authored Mar 19, 2024
1 parent 829f70f commit 6de658d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-inputs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6de658d

Please sign in to comment.