Skip to content

Commit

Permalink
build(deps): bump actions/cache from 3.0.7 to 3.0.8 (#110)
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.7 to 3.0.8.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@a7c34ad...fd5de65)

---
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 Aug 23, 2022
1 parent 08f247d commit 1e01272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
fetch-depth: 0
- name: cache go binaries
uses: actions/cache@a7c34adf76222e77931dedbf4a45b2e4648ced19
uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77
id: cache-go-bin
with:
path: ~/go/bin
Expand Down

0 comments on commit 1e01272

Please sign in to comment.