Skip to content

Commit 0633275

Browse files
chore(deps): update actions/cache action to v4.0.1 (main) (#10721)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3f2bf42 commit 0633275

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
@@ -231,7 +231,7 @@ jobs:
231231

232232
# vaadin tests use pnpm
233233
- name: Cache pnpm modules
234-
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
234+
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
235235
with:
236236
path: ~/.pnpm-store
237237
key: ${{ runner.os }}-test-cache-pnpm-modules

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757

5858
# vaadin tests use pnpm
5959
- name: Cache pnpm modules
60-
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
60+
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
6161
with:
6262
path: ~/.pnpm-store
6363
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
@@ -50,7 +50,7 @@ jobs:
5050
5151
# vaadin tests use pnpm
5252
- name: Cache pnpm modules
53-
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
53+
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
5454
with:
5555
path: ~/.pnpm-store
5656
key: ${{ runner.os }}-test-latest-cache-pnpm-modules

0 commit comments

Comments
 (0)