From 33e9cdf9d31a4f9cd4a5a8ca5704cc733b016370 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 10:59:33 +0100 Subject: [PATCH] build(deps): bump actions/cache (#11456) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .../actions/download-node-modules-and-artifacts/action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/download-node-modules-and-artifacts/action.yml b/.github/actions/download-node-modules-and-artifacts/action.yml index d8fc02af5d..427d8c8049 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@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 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@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 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@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 with: path: node_modules key: node-modules-${{ github.run_id }}-${{ github.run_attempt }}