diff --git a/.github/actions/download-node-modules-and-artifacts/action.yml b/.github/actions/download-node-modules-and-artifacts/action.yml index d9b2e36397..a261248876 100644 --- a/.github/actions/download-node-modules-and-artifacts/action.yml +++ b/.github/actions/download-node-modules-and-artifacts/action.yml @@ -4,7 +4,7 @@ runs: using: "composite" steps: - name: Restore dist from cache - uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 + uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: dist key: dist-${{ github.run_id }}-${{ github.run_attempt }} @@ -13,7 +13,7 @@ runs: fail-on-cache-miss: true - name: Restore nxcache from cache - uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 + uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: nxcache key: nxcache-${{ github.run_id }}-${{ github.run_attempt }} @@ -22,7 +22,7 @@ runs: fail-on-cache-miss: true - name: Restore node_modules from cache - uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 + uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: node_modules key: node-modules-${{ github.run_id }}-${{ github.run_attempt }}