diff --git a/.github/actions/download-node-modules-and-artifacts/action.yml b/.github/actions/download-node-modules-and-artifacts/action.yml index bacd501ccc..15565ccacc 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@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 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@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 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@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: node_modules key: node-modules-${{ github.run_id }}-${{ github.run_attempt }}