diff --git a/.github/workflows/kind-localsetup.yaml b/.github/workflows/kind-localsetup.yaml index d9e0ccd1c..1d0160384 100644 --- a/.github/workflows/kind-localsetup.yaml +++ b/.github/workflows/kind-localsetup.yaml @@ -82,7 +82,7 @@ jobs: # Step 4: Prepare the NodeJS/playwright environment - if: steps.changed-files.outputs.localsetup_any_changed == 'true' name: Cache node modules - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4 + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 with: path: ~/node_modules key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}