Skip to content

Commit 894fa20

Browse files
Bump actions/cache from 4 to 5 (#329)
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' 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>
1 parent 281c110 commit 894fa20

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/make-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,17 @@ jobs:
4141
4242
cargo install toml-cli
4343
- name: Cache cargo registry
44-
uses: actions/cache@v4
44+
uses: actions/cache@v5
4545
with:
4646
path: ~/.cargo/registry
4747
key: ${{ runner.os }}-cargo-registry-${{ hashFiles('**/Cargo.lock') }}
4848
- name: Cache cargo index
49-
uses: actions/cache@v4
49+
uses: actions/cache@v5
5050
with:
5151
path: ~/.cargo/git
5252
key: ${{ runner.os }}-cargo-index-${{ hashFiles('**/Cargo.lock') }}
5353
- name: Cache cargo build
54-
uses: actions/cache@v4
54+
uses: actions/cache@v5
5555
with:
5656
path: target
5757
key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }}

0 commit comments

Comments
 (0)