Skip to content

Commit ead5ace

Browse files
Bump actions/cache from 2 to 3 (#2627)
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 9dcfe52 commit ead5ace

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
@@ -179,7 +179,7 @@ jobs:
179179
go env
180180
181181
- name: Go Assets Cache
182-
uses: actions/cache@v2
182+
uses: actions/cache@v3
183183
with:
184184
path: |
185185
${{ steps.go-cache-paths.outputs.go-mod }}
@@ -460,7 +460,7 @@ jobs:
460460
cat "$(brew --repository)/Library/Taps/pivotalsoftware/homebrew-gon/gon.rb" > .github/brew-formulae
461461
462462
- name: Configure Homebrew cache
463-
uses: actions/cache@v2
463+
uses: actions/cache@v3
464464
with:
465465
path: |
466466
~/Library/Caches/Homebrew/gon--*
@@ -480,7 +480,7 @@ jobs:
480480
go env
481481
482482
- name: Go Assets Cache
483-
uses: actions/cache@v2
483+
uses: actions/cache@v3
484484
with:
485485
path: |
486486
${{ steps.go-cache-paths.outputs.go-mod }}

0 commit comments

Comments
 (0)