Skip to content

Commit

Permalink
chore(deps): bump actions/cache from 3.0.10 to 3.0.11
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.10 to 3.0.11.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@56461b9...9b0c1fc)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 13, 2022
1 parent 84b8efc commit 6ca38b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
id: go

- name: Restore Go cache
uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
with:
path: |
~/.cache/go-build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/go-unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
id: go

- name: Restore Go cache
uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
with:
path: |
~/.cache/go-build
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
id: go

- name: Restore Go cache
uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
with:
path: |
~/.cache/go-build
Expand Down

0 comments on commit 6ca38b0

Please sign in to comment.