diff --git a/.github/workflows/stage-2-test.yaml b/.github/workflows/stage-2-test.yaml index 8bdf019d..eb24eba3 100644 --- a/.github/workflows/stage-2-test.yaml +++ b/.github/workflows/stage-2-test.yaml @@ -55,7 +55,7 @@ jobs: node-version: ${{ inputs.nodejs_version }} registry-url: "https://npm.pkg.github.com" - name: "Cache node_modules" - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: | **/node_modules @@ -86,7 +86,7 @@ jobs: node-version: ${{ inputs.nodejs_version }} registry-url: "https://npm.pkg.github.com" - name: "Cache node_modules" - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: | **/node_modules @@ -129,7 +129,7 @@ jobs: - name: "Checkout code" uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 - name: "Cache node_modules" - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: | **/node_modules @@ -162,7 +162,7 @@ jobs: node-version: ${{ inputs.nodejs_version }} registry-url: "https://npm.pkg.github.com" - name: "Cache node_modules" - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: | **/node_modules @@ -195,7 +195,7 @@ jobs: node-version: ${{ inputs.nodejs_version }} registry-url: "https://npm.pkg.github.com" - name: "Cache node_modules" - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: | **/node_modules