Skip to content

Commit 0ea6fe7

Browse files
Bump actions/cache from 2 to 3 (#2620)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 09dc662 commit 0ea6fe7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release-build-sign-upload.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
go env
165165
166166
- name: Go Assets Cache
167-
uses: actions/cache@v2
167+
uses: actions/cache@v3
168168
with:
169169
path: |
170170
${{ steps.go-cache-paths.outputs.go-mod }}
@@ -441,7 +441,7 @@ jobs:
441441
cat "$(brew --repository)/Library/Taps/pivotalsoftware/homebrew-gon/gon.rb" > .github/brew-formulae
442442
443443
- name: Configure Homebrew cache
444-
uses: actions/cache@v2
444+
uses: actions/cache@v3
445445
with:
446446
path: |
447447
~/Library/Caches/Homebrew/gon--*
@@ -461,7 +461,7 @@ jobs:
461461
go env
462462
463463
- name: Go Assets Cache
464-
uses: actions/cache@v2
464+
uses: actions/cache@v3
465465
with:
466466
path: |
467467
${{ steps.go-cache-paths.outputs.go-mod }}

0 commit comments

Comments
 (0)