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:
renovate[bot] 2024-03-20 09:07:33 +02:00 committed by GitHub
parent e3f90d235f
commit e4e224beff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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