Skip to content

Commit

Permalink
build(deps): bump actions/cache from 3.0.3 to 3.0.4 (#65)
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.3 to 3.0.4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@30f413b...c3f1317)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 4, 2022
1 parent 43984d7 commit b68972a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: checkout project
uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
- name: check cargo cache
uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514
uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d
id: rust-cache
with:
path: |
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
echo "cosign version: ${LATEST}"
echo "##[set-output name=latest;]${LATEST}"
- name: check cosign cache
uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514
uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d
id: cosign-cache
with:
path: ~/.cosign
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
#- name: checkout project
#uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
#- name: check cache
#uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09
#uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d
#id: cache
#with:
#path: |
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
- name: checkout project
uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
- name: check cache
uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09
uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d
id: cache
with:
path: |
Expand Down

0 comments on commit b68972a

Please sign in to comment.