diff --git a/.github/workflows/_init.yml b/.github/workflows/_init.yml index 1b80291..2c67a80 100644 --- a/.github/workflows/_init.yml +++ b/.github/workflows/_init.yml @@ -33,7 +33,7 @@ jobs: - name: Cache dependencies id: cache-node-modules - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5 with: path: node_modules key: ${{ steps.node-cache-key.outputs.NODE_CACHE_KEY }} diff --git a/.github/workflows/_release.yml b/.github/workflows/_release.yml index 0a0ae68..f018e4a 100644 --- a/.github/workflows/_release.yml +++ b/.github/workflows/_release.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 - name: Load dependencies from cache - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5 with: path: node_modules key: ${{ inputs.NODE_CACHE_KEY }} diff --git a/.github/workflows/_test.yml b/.github/workflows/_test.yml index f01a5c1..1fe4af1 100644 --- a/.github/workflows/_test.yml +++ b/.github/workflows/_test.yml @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 - name: Load dependencies from cache - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5 with: path: node_modules key: ${{ inputs.NODE_CACHE_KEY }}