diff --git a/.github/workflows/stage-2-test.yaml b/.github/workflows/stage-2-test.yaml index c4f68a19a..1858fb300 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@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 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@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: | **/node_modules @@ -129,7 +129,7 @@ jobs: - name: "Checkout code" uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: "Cache node_modules" - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 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@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 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@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: | **/node_modules