Skip to content

Commit 589bde3

Browse files
authored
Merge pull request #31 from pranamphd/dependabot/github_actions/actions/cache-5.0.4
chore(deps): bump actions/cache from 5.0.1 to 5.0.4
2 parents f3bb466 + 897d6fa commit 589bde3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/rust-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
cargo --version
9898
9999
- name: Cache cargo registry & build
100-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
100+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
101101
with:
102102
path: |
103103
~/.cargo/registry

.github/workflows/rust-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
ls -la
4444
4545
- name: Cache cargo registry & build
46-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
46+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
4747
with:
4848
path: |
4949
~/.cargo/registry

0 commit comments

Comments
 (0)