Skip to content

Commit b7d200d

Browse files
chore(deps): bump actions/cache from 4 to 5 (#982)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 90356ce commit b7d200d

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/apple-meta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
go-version: "stable"
2121
- name: Cache go.mod
22-
uses: actions/cache@v4
22+
uses: actions/cache@v5
2323
with:
2424
path: |
2525
~/.cache/go-build

.github/workflows/go.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
# steps:
3333
# - name: Cache beta IPSW
3434
# id: cache-beta-ipsw
35-
# uses: actions/cache@v4
35+
# uses: actions/cache@v5
3636
# with:
3737
# path: |
3838
# ~/beta
@@ -69,7 +69,7 @@ jobs:
6969
# - name: Cache beta IPSW
7070
# id: cache-beta-ipsw
7171
# if: matrix.platform == 'macos-13'
72-
# uses: actions/cache@v4
72+
# uses: actions/cache@v5
7373
# with:
7474
# path: |
7575
# ~/beta
@@ -89,7 +89,7 @@ jobs:
8989
# key: ${{ runner.os }}-${{ hashFiles('**/*.ipsw') }}
9090
- name: Cache go.mod (macOS)
9191
if: matrix.platform == 'macos-13'
92-
uses: actions/cache@v4
92+
uses: actions/cache@v5
9393
with:
9494
path: |
9595
~/Library/Caches/go-build
@@ -99,7 +99,7 @@ jobs:
9999
${{ runner.os }}-go-
100100
- name: Cache go.mod (Linux)
101101
if: matrix.platform == 'ubuntu-latest'
102-
uses: actions/cache@v4
102+
uses: actions/cache@v5
103103
with:
104104
path: |
105105
~/.cache/go-build
@@ -109,7 +109,7 @@ jobs:
109109
${{ runner.os }}-go-
110110
- name: Cache go.mod (Windows)
111111
if: matrix.platform == 'windows-latest'
112-
uses: actions/cache@v4
112+
uses: actions/cache@v5
113113
with:
114114
path: |
115115
~\AppData\Local\go-build

.github/workflows/webkit-meta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
go-version: "stable"
2121
- name: Cache go.mod
22-
uses: actions/cache@v4
22+
uses: actions/cache@v5
2323
with:
2424
path: |
2525
~/.cache/go-build

0 commit comments

Comments
 (0)