Skip to content

Commit 12fa231

Browse files
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@9255dc7...8b402f5) --- 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 927b500 commit 12fa231

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
cache: true # toolchain/components are specified in rust-toolchain.toml
3030

3131
- name: Cache advisory database
32-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
32+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
3333
with:
3434
path: ~/.cargo/advisory-db
3535
key: advisory-db-${{ github.ref_name }}-v1

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
cache: true # toolchain/components are specified in rust-toolchain.toml
3535

3636
- name: Cache tarpaulin
37-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
37+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
3838
with:
3939
path: ~/.cargo/bin/cargo-tarpaulin
4040
key: tarpaulin-${{ runner.os }}-${{ env.TARPAULIN_VERSION }}

.github/workflows/rust-clippy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
cache: true # toolchain/components are specified in rust-toolchain.toml
3333

3434
- name: Cache clippy tools
35-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
35+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
3636
with:
3737
path: |
3838
~/.cargo/bin/clippy-sarif

0 commit comments

Comments
 (0)