chore(deps): update actions/cache action to v4 (#10257)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
5706ae63ec
commit
746a7a667c
|
@ -231,7 +231,7 @@ jobs:
|
|||
|
||||
# vaadin tests use pnpm
|
||||
- name: Cache pnpm modules
|
||||
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
|
||||
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
|
||||
with:
|
||||
path: ~/.pnpm-store
|
||||
key: ${{ runner.os }}-test-cache-pnpm-modules
|
||||
|
|
|
@ -57,7 +57,7 @@ jobs:
|
|||
|
||||
# vaadin tests use pnpm
|
||||
- name: Cache pnpm modules
|
||||
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
|
||||
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
|
||||
with:
|
||||
path: ~/.pnpm-store
|
||||
key: ${{ runner.os }}-test-latest-cache-pnpm-modules
|
||||
|
|
|
@ -50,7 +50,7 @@ jobs:
|
|||
|
||||
# vaadin tests use pnpm
|
||||
- name: Cache pnpm modules
|
||||
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
|
||||
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
|
||||
with:
|
||||
path: ~/.pnpm-store
|
||||
key: ${{ runner.os }}-test-latest-cache-pnpm-modules
|
||||
|
|
Loading…
Reference in New Issue