Skip to content

Commit 2fcb263

Browse files
build(deps): bump actions/cache from 4 to 5
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]>
1 parent 8542d5b commit 2fcb263

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
cache: false
4444

4545
- name: Cache Go artifacts
46-
uses: actions/cache@v4
46+
uses: actions/cache@v5
4747
with:
4848
path: |
4949
~/.cache/go-build

.github/workflows/check-licenses.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
cache: false
2626

2727
- name: Cache Go artifacts
28-
uses: actions/cache@v4
28+
uses: actions/cache@v5
2929
with:
3030
path: |
3131
~/.cache/go-build

.github/workflows/codeql-analysis-go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
go-version: stable
3838

3939
- name: Cache Go artifacts
40-
uses: actions/cache@v4
40+
uses: actions/cache@v5
4141
with:
4242
path: |
4343
~/.cache/go-build

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
go-version: stable
4040

4141
- name: Cache Go artifacts
42-
uses: actions/cache@v4
42+
uses: actions/cache@v5
4343
with:
4444
path: |
4545
~/.cache/go-build
@@ -77,7 +77,7 @@ jobs:
7777
go-version: stable
7878

7979
- name: Cache Go artifacts
80-
uses: actions/cache@v4
80+
uses: actions/cache@v5
8181
with:
8282
path: |
8383
~/.cache/go-build
@@ -111,7 +111,7 @@ jobs:
111111
go-version: stable
112112

113113
- name: Cache Go artifacts
114-
uses: actions/cache@v4
114+
uses: actions/cache@v5
115115
with:
116116
path: |
117117
~/.cache/go-build

.github/workflows/vmui.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
node-version: '24.x'
3939

4040
- name: Cache node-modules
41-
uses: actions/cache@v4
41+
uses: actions/cache@v5
4242
with:
4343
path: |
4444
app/vmui/packages/vmui/node_modules

0 commit comments

Comments
 (0)