Skip to content

Commit cf39107

Browse files
build(deps): bump actions/cache from 3 to 4
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] <support@github.com>
1 parent 83978c2 commit cf39107

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
with:
149149
go-version: 1.21.x
150150
- name: Cache ~/Library/Caches/lima/download
151-
uses: actions/cache@v3
151+
uses: actions/cache@v4
152152
with:
153153
path: ~/Library/Caches/lima/download
154154
# hashFiles do not seem to support symlinks
@@ -227,7 +227,7 @@ jobs:
227227
- uses: actions/setup-go@v5
228228
with:
229229
go-version: 1.20.x
230-
- uses: actions/cache@v3
230+
- uses: actions/cache@v4
231231
with:
232232
path: ~/.cache/lima/download
233233
# hashFiles do not seem to support symlinks
@@ -273,7 +273,7 @@ jobs:
273273
- uses: actions/setup-go@v5
274274
with:
275275
go-version: 1.20.x
276-
- uses: actions/cache@v3
276+
- uses: actions/cache@v4
277277
with:
278278
path: ~/.cache/lima/download
279279
key: ${{ runner.os }}-colima-${{ matrix.colima-version }}
@@ -319,7 +319,7 @@ jobs:
319319
with:
320320
go-version: 1.21.x
321321
- name: Cache ~/Library/Caches/lima/download
322-
uses: actions/cache@v3
322+
uses: actions/cache@v4
323323
with:
324324
path: ~/Library/Caches/lima/download
325325
# hashFiles do not seem to support symlinks
@@ -393,7 +393,7 @@ jobs:
393393
with:
394394
go-version: 1.21.x
395395
- name: Cache ~/Library/Caches/lima/download
396-
uses: actions/cache@v3
396+
uses: actions/cache@v4
397397
with:
398398
path: ~/Library/Caches/lima/download
399399
key: ${{ runner.os }}-upgrade-${{ matrix.oldver }}
@@ -425,7 +425,7 @@ jobs:
425425
with:
426426
go-version: 1.21.x
427427
- name: Cache ~/Library/Caches/lima/download
428-
uses: actions/cache@v3
428+
uses: actions/cache@v4
429429
with:
430430
path: ~/Library/Caches/lima/download
431431
# hashFiles do not seem to support symlinks

0 commit comments

Comments
 (0)