From 746a7a667c2f0655fafa65bda07aabdf65e3a3a3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 10:41:33 -0800 Subject: [PATCH] chore(deps): update actions/cache action to v4 (#10257) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build-common.yml | 2 +- .github/workflows/reusable-test-indy.yml | 2 +- .github/workflows/reusable-test-latest-deps.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-common.yml b/.github/workflows/build-common.yml index 0de6bd93e9..48128c09bb 100644 --- a/.github/workflows/build-common.yml +++ b/.github/workflows/build-common.yml @@ -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 diff --git a/.github/workflows/reusable-test-indy.yml b/.github/workflows/reusable-test-indy.yml index fcaf4be80e..a2ca796899 100644 --- a/.github/workflows/reusable-test-indy.yml +++ b/.github/workflows/reusable-test-indy.yml @@ -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 diff --git a/.github/workflows/reusable-test-latest-deps.yml b/.github/workflows/reusable-test-latest-deps.yml index b18c135db7..d79394cdaf 100644 --- a/.github/workflows/reusable-test-latest-deps.yml +++ b/.github/workflows/reusable-test-latest-deps.yml @@ -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