Skip to content

Commit de85970

Browse files
authored
Merge pull request #54 from acgetchell/dependabot/github_actions/actions/cache-5.0.4
chore(deps): bump actions/cache from 5.0.3 to 5.0.4
2 parents 001991f + 7363ad9 commit de85970

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
32+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
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@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
37+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
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@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
35+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
3636
with:
3737
path: |
3838
~/.cargo/bin/clippy-sarif

0 commit comments

Comments
 (0)