Skip to content

Commit 734ff53

Browse files
chore(deps): bump actions/cache from 5 to 6 (#5952)
Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' 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 d41914c commit 734ff53

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/build-test.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
cache-dependency-path: web/yarn.lock
6565

6666
- name: Cache node_modules
67-
uses: actions/cache@v5
67+
uses: actions/cache@v6
6868
with:
6969
path: ${{ github.workspace }}/web/node_modules
7070
key: ${{ runner.os }}-${{ runner.arch }}-yarn-node_modules-${{ hashFiles('web/yarn.lock') }}
@@ -91,7 +91,7 @@ jobs:
9191
cache-dependency-path: web/yarn.lock
9292

9393
- name: Cache node_modules
94-
uses: actions/cache@v5
94+
uses: actions/cache@v6
9595
with:
9696
path: ${{ github.workspace }}/web/node_modules
9797
key: ${{ runner.os }}-${{ runner.arch }}-yarn-node_modules-${{ hashFiles('web/yarn.lock') }}
@@ -118,7 +118,7 @@ jobs:
118118
cache-dependency-path: web/yarn.lock
119119

120120
- name: Cache node_modules
121-
uses: actions/cache@v5
121+
uses: actions/cache@v6
122122
with:
123123
path: ${{ github.workspace }}/web/node_modules
124124
key: ${{ runner.os }}-${{ runner.arch }}-yarn-node_modules-${{ hashFiles('web/yarn.lock') }}
@@ -148,7 +148,7 @@ jobs:
148148
cache-dependency-path: web/yarn.lock
149149

150150
- name: Cache node_modules
151-
uses: actions/cache@v5
151+
uses: actions/cache@v6
152152
with:
153153
path: ${{ github.workspace }}/web/node_modules
154154
key: ${{ runner.os }}-${{ runner.arch }}-yarn-node_modules-${{ hashFiles('web/yarn.lock') }}
@@ -329,7 +329,7 @@ jobs:
329329
go-version-file: go.mod
330330

331331
- name: Cache Go modules
332-
uses: actions/cache@v5
332+
uses: actions/cache@v6
333333
with:
334334
path: |
335335
~/.cache/go-build

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
with:
126126
go-version-file: go.mod
127127
- name: Cache Go modules
128-
uses: actions/cache@v5
128+
uses: actions/cache@v6
129129
with:
130130
path: |
131131
~/.cache/go-build
@@ -250,7 +250,7 @@ jobs:
250250
go-version-file: go.mod
251251

252252
- name: Cache Go modules
253-
uses: actions/cache@v5
253+
uses: actions/cache@v6
254254
with:
255255
path: |
256256
~/.cache/go-build

0 commit comments

Comments
 (0)