Skip to content

Commit bcb8d2c

Browse files
dependabot[bot]jfernandez
authored andcommitted
Bump actions/cache from 5.0.1 to 5.0.2
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.1 to 5.0.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5.0.1...v5.0.2) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c069b72 commit bcb8d2c

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].1
23+
uses: actions/[email protected].2
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].1
44+
uses: actions/[email protected].2
4545
with:
4646
path: ~/.cargo/bin
4747
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}

0 commit comments

Comments
 (0)