From 6403e9bfab70b3dc67a8106faf9a73bae3f256b5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 00:09:22 +0000 Subject: [PATCH] chore(deps): update actions/cache digest to 1bd1e32 --- .github/actions/cache/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/cache/action.yml b/.github/actions/cache/action.yml index 53c6aa9..a4fc8dd 100644 --- a/.github/actions/cache/action.yml +++ b/.github/actions/cache/action.yml @@ -34,7 +34,7 @@ runs: - name: Get cache NODE MODULES dependencies id: cache_node_modules if: inputs.NODE_MODULES == 'true' - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 with: path: ./node_modules key: ${{ inputs.PREFIX_CACHE_KEY }}-node_modules-${{ hashFiles('**/package-lock.json') }} @@ -42,7 +42,7 @@ runs: - name: Get cache NPM dependencies id: cache_npm if: inputs.NPM == 'true' && steps.cache_node_modules.outputs.cache-hit != 'true' - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 with: path: | ~/.npm