Skip to content

Commit 846332c

Browse files
Bump actions/cache from 3 to 4 (#2745)
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- 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 431f4e0 commit 846332c

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
@@ -161,7 +161,7 @@ jobs:
161161
go env
162162
163163
- name: Go Assets Cache
164-
uses: actions/cache@v3
164+
uses: actions/cache@v4
165165
with:
166166
path: |
167167
${{ steps.go-cache-paths.outputs.go-mod }}
@@ -438,7 +438,7 @@ jobs:
438438
cat "$(brew --repository)/Library/Taps/pivotalsoftware/homebrew-gon/gon.rb" > .github/brew-formulae
439439
440440
- name: Configure Homebrew cache
441-
uses: actions/cache@v3
441+
uses: actions/cache@v4
442442
with:
443443
path: |
444444
~/Library/Caches/Homebrew/gon--*
@@ -458,7 +458,7 @@ jobs:
458458
go env
459459
460460
- name: Go Assets Cache
461-
uses: actions/cache@v3
461+
uses: actions/cache@v4
462462
with:
463463
path: |
464464
${{ steps.go-cache-paths.outputs.go-mod }}

0 commit comments

Comments
 (0)