Skip to content

Commit 24ccb33

Browse files
Bump actions/cache from 4 to 5 (#4714)
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' 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 c2115ff commit 24ccb33

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- name: Place wintun.dll
7979
run: cp -r deps/wintun/bin/amd64/wintun.dll ./
8080
- id: cache
81-
uses: actions/cache@v4
81+
uses: actions/cache@v5
8282
with:
8383
path: dist/${{ matrix.GOOS }}
8484
key: ${{ matrix.GOOS }}-${{ needs.meta.outputs.sha_short }}
@@ -116,15 +116,15 @@ jobs:
116116
with:
117117
go-version-file: "go.mod"
118118
# copy the caches from prepare
119-
- uses: actions/cache@v4
119+
- uses: actions/cache@v5
120120
with:
121121
path: dist/linux
122122
key: linux-${{ needs.meta.outputs.sha_short }}
123-
- uses: actions/cache@v4
123+
- uses: actions/cache@v5
124124
with:
125125
path: dist/darwin
126126
key: darwin-${{ needs.meta.outputs.sha_short }}
127-
- uses: actions/cache@v4
127+
- uses: actions/cache@v5
128128
with:
129129
path: dist/windows
130130
key: windows-${{ needs.meta.outputs.sha_short }}

0 commit comments

Comments
 (0)