Skip to content

Commit

Permalink
Bump actions/cache from 3.2.6 to 3.3.1 (#201)
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 3.2.6 to 3.3.1.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v3.2.6...v3.3.1)

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

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 14, 2023
1 parent dbf0d5c commit b0d0c9d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version: 1.18
- uses: actions/cache@v3.2.6
- uses: actions/cache@v3.3.1
id: go-cache
with:
path: ~/go/pkg/mod
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version: 1.18
- uses: actions/cache@v3.2.6
- uses: actions/cache@v3.3.1
id: go-cache
with:
path: ~/go/pkg/mod
Expand All @@ -95,7 +95,7 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version: 1.18
- uses: actions/cache@v3.2.6
- uses: actions/cache@v3.3.1
id: go-cache
with:
path: ~/go/pkg/mod
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version: 1.18
- uses: actions/cache@v3.2.6
- uses: actions/cache@v3.3.1
id: go-cache
with:
path: ~/go/pkg/mod
Expand Down

0 comments on commit b0d0c9d

Please sign in to comment.