diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 29849607..dfc9682a 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@v4 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@v4 id: cache-nodemodules with: path: node_modules @@ -88,7 +88,7 @@ jobs: node-version: ${{ env.NODE_VERSION }} - name: Cache node_modules - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache-nodemodules with: path: node_modules