Skip to content

Commit

Permalink
Bump actions/cache from 3.0.0 to 3.0.1 (#1689)
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@4b0cf6c...136d96b)

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

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 30, 2022
1 parent 9496416 commit 1597165
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 #v2.4.0

- name: Utilize Go Module Cache
uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7
uses: actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0 #v2.1.7
with:
path: |
~/go/pkg/mod
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
steps:
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 #v2.4.0
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
- uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7
- uses: actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0 #v2.1.7
with:
# In order:
# * Module download cache
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
steps:
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 #v2.4.0
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
- uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7
- uses: actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0 #v2.1.7
with:
# In order:
# * Module download cache
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
go-version: ${{ env.GO_VERSION }}

# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
- uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7
- uses: actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0 #v2.1.7
with:
# In order:
# * Module download cache
Expand Down

0 comments on commit 1597165

Please sign in to comment.