Skip to content

Commit 625a8c4

Browse files
Bump actions/cache from 4.2.3 to 4.2.4 (#172)
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.3 to 4.2.4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.2.3...v4.2.4) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.2.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b69c133 commit 625a8c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: cargo install cross --git https://github.com/cross-rs/cross
2121

2222
- name: Cache dependencies
23-
uses: actions/[email protected].3
23+
uses: actions/[email protected].4
2424
with:
2525
path: ~/.cargo/bin
2626
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
@@ -41,7 +41,7 @@ jobs:
4141
- uses: actions/[email protected]
4242

4343
- name: Restore dependencies from cache
44-
uses: actions/[email protected].3
44+
uses: actions/[email protected].4
4545
with:
4646
path: ~/.cargo/bin
4747
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}

0 commit comments

Comments
 (0)