From 493994be7d4dc5c41fc5655d252570d77a25336c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 01:14:57 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v6 --- .github/actions/setup-node/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/setup-node/action.yml b/.github/actions/setup-node/action.yml index 4bfd428123..fd05f1b4ef 100644 --- a/.github/actions/setup-node/action.yml +++ b/.github/actions/setup-node/action.yml @@ -145,7 +145,7 @@ runs: fi - name: Restore ~/.npm cache - uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 + uses: actions/cache/restore@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6 id: npm-cache with: path: ~/.npm @@ -171,7 +171,7 @@ runs: - name: Save ~/.npm cache if: steps.npm-cache.outputs.cache-hit != 'true' - uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 + uses: actions/cache/save@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6 with: path: ~/.npm key: ${{ steps.npm-cache.outputs.cache-primary-key }}