Skip to content
This repository was archived by the owner on Dec 11, 2023. It is now read-only.

Commit 70f42a5

Browse files
Bump actions/cache from 2 to 3
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v2...v3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 13cce9d commit 70f42a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
go-version: '1.19'
3131

3232
- name: Go caches
33-
uses: actions/cache@v2
33+
uses: actions/cache@v3
3434
with:
3535
path: |
3636
~/go/pkg/mod
@@ -60,7 +60,7 @@ jobs:
6060
go-version: '1.19'
6161

6262
- name: Go caches
63-
uses: actions/cache@v2
63+
uses: actions/cache@v3
6464
with:
6565
path: |
6666
~/go/pkg/mod

0 commit comments

Comments
 (0)