Skip to content

Commit 4bec5c6

Browse files
authored
Merge pull request #1 from acgetchell/dependabot/github_actions/actions/cache-5.0.1
Bump actions/cache from 4.2.4 to 5.0.1
2 parents c3ab9c5 + a0834f9 commit 4bec5c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
32+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
3333
with:
3434
path: ~/.cargo/advisory-db
3535
key: advisory-db-${{ github.ref_name }}-v1

.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@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
35+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
3636
with:
3737
path: |
3838
~/.cargo/bin/clippy-sarif

0 commit comments

Comments
 (0)