diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a70838c..44ce968 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: # Skip macOS & Windows, cache there is slower - name: Restore node_modules cache for Linux - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 + uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 if: runner.os == 'Linux' with: path: ~/.npm @@ -76,7 +76,7 @@ jobs: node-version: 22 - name: Restore node_modules cache - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 + uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}