chore(deps): update actions/cache action to v4.0.2 (main) (#10891)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
e3f90d235f
commit
e4e224beff
|
@ -231,7 +231,7 @@ jobs:
|
|||
|
||||
# vaadin tests use pnpm
|
||||
- name: Cache pnpm modules
|
||||
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
|
||||
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
|
||||
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@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
|
||||
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
|
||||
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@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
|
||||
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
|
||||
with:
|
||||
path: ~/.pnpm-store
|
||||
key: ${{ runner.os }}-test-latest-cache-pnpm-modules
|
||||
|
|
Loading…
Reference in New Issue