Skip to content

Commit 2b478b3

Browse files
chore(deps): update actions/cache action to v4 (release/v1.32.x) (#10493)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0419238 commit 2b478b3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-common.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ jobs:
228228

229229
# vaadin tests use pnpm
230230
- name: Cache pnpm modules
231-
uses: actions/cache@v3
231+
uses: actions/cache@v4
232232
with:
233233
path: ~/.pnpm-store
234234
key: ${{ runner.os }}-test-cache-pnpm-modules

.github/workflows/reusable-test-indy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
# vaadin tests use pnpm
5656
- name: Cache pnpm modules
57-
uses: actions/cache@v3
57+
uses: actions/cache@v4
5858
with:
5959
path: ~/.pnpm-store
6060
key: ${{ runner.os }}-test-latest-cache-pnpm-modules

.github/workflows/reusable-test-latest-deps.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
4848
# vaadin tests use pnpm
4949
- name: Cache pnpm modules
50-
uses: actions/cache@v3
50+
uses: actions/cache@v4
5151
with:
5252
path: ~/.pnpm-store
5353
key: ${{ runner.os }}-test-latest-cache-pnpm-modules

0 commit comments

Comments
 (0)