mirror of
https://github.com/obi1kenobi/cargo-semver-checks-action.git
synced 2024-11-22 07:59:32 +01:00
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:
parent
5bf52b80b3
commit
e7dd74ede1
2 changed files with 5 additions and 5 deletions
4
.github/workflows/test-cache.yml
vendored
4
.github/workflows/test-cache.yml
vendored
|
@ -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
|
||||
|
|
6
.github/workflows/test-inputs.yml
vendored
6
.github/workflows/test-inputs.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue