diff --git a/.github/workflows/build-common.yml b/.github/workflows/build-common.yml index 0de6bd93e9ab..48128c09bb95 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 fcaf4be80ebb..a2ca7968995b 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 b18c135db708..d79394cdaf58 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