diff --git a/.github/workflows/node.yaml b/.github/workflows/node.yaml index 768fe0ed..7fb12065 100644 --- a/.github/workflows/node.yaml +++ b/.github/workflows/node.yaml @@ -21,7 +21,7 @@ jobs: with: node-version: '16' - name: Cache node_modules - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: '**/node_modules' key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }} @@ -58,7 +58,7 @@ jobs: with: node-version: ${{ matrix.node_version }} - name: Cache node_modules - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: '**/node_modules' key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }} diff --git a/.github/workflows/publish-prerelease.yaml b/.github/workflows/publish-prerelease.yaml index 80c8529c..496b2542 100644 --- a/.github/workflows/publish-prerelease.yaml +++ b/.github/workflows/publish-prerelease.yaml @@ -23,7 +23,7 @@ jobs: with: node-version: ${{ matrix.node_version }} - name: Cache node_modules - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: '**/node_modules' key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}