Skip to content

Commit

Permalink
Bump actions/cache from 3.0.2 to 3.0.6 (#72)
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.2 to 3.0.6.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v3.0.2...v3.0.6)

---
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 Aug 10, 2022
1 parent e1bdbcc commit 338bfb4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version: 1.16
- uses: actions/[email protected].2
- uses: actions/[email protected].6
id: go-cache
with:
path: ~/go/pkg/mod
Expand All @@ -46,7 +46,7 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version: 1.16
- uses: actions/[email protected].2
- uses: actions/[email protected].6
id: go-cache
with:
path: ~/go/pkg/mod
Expand All @@ -71,7 +71,7 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version: 1.16
- uses: actions/[email protected].2
- uses: actions/[email protected].6
id: go-cache
with:
path: ~/go/pkg/mod
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version: 1.16
- uses: actions/[email protected].2
- uses: actions/[email protected].6
id: go-cache
with:
path: ~/go/pkg/mod
Expand Down

0 comments on commit 338bfb4

Please sign in to comment.