Skip to content

Commit

Permalink
chore(deps): bump actions/cache from 3.2.1 to 3.2.2 (#2578)
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 3.2.1 to 3.2.2.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@c1a5de8...4723a57)

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

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

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 Dec 27, 2022
1 parent 7a9e4c7 commit fa6c58f
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 @@ -50,7 +50,7 @@ jobs:
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0

- name: Utilize Go Module Cache
uses: actions/cache@c1a5de879eb890d062a85ee0252d6036480b1fe2 # v3.2.1
uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2
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 @@ -48,7 +48,7 @@ jobs:
steps:
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
- uses: actions/cache@c1a5de879eb890d062a85ee0252d6036480b1fe2 # v3.2.1
- uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2
with:
# In order:
# * Module download cache
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
steps:
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
- uses: actions/cache@c1a5de879eb890d062a85ee0252d6036480b1fe2 # v3.2.1
- uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2
with:
# In order:
# * Module download cache
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
check-latest: true

# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
- uses: actions/cache@c1a5de879eb890d062a85ee0252d6036480b1fe2 # v3.2.1
- uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2
with:
# In order:
# * Module download cache
Expand Down

0 comments on commit fa6c58f

Please sign in to comment.