diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 73fbf294..62103e2c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ jobs: node-version: ${{ env.NODE_VERSION }} - name: Cache node_modules - uses: actions/cache@v3 + uses: actions/cache@v6 id: cache-nodemodules with: path: node_modules @@ -57,7 +57,7 @@ jobs: node-version: ${{ env.NODE_VERSION }} - name: Cache node_modules - uses: actions/cache@v3 + uses: actions/cache@v6 id: cache-nodemodules with: path: node_modules @@ -86,7 +86,7 @@ jobs: node-version: ${{ env.NODE_VERSION }} - name: Cache node_modules - uses: actions/cache@v3 + uses: actions/cache@v6 id: cache-nodemodules with: path: node_modules @@ -126,7 +126,7 @@ jobs: node-version: ${{ env.NODE_VERSION }} - name: Cache node_modules - uses: actions/cache@v3 + uses: actions/cache@v6 id: cache-nodemodules with: path: node_modules