diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 07dc3189..f67f9c56 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: run: yarn install --prefer-offline --frozen-lockfile - name: Cache node_modules - uses: actions/cache@v4 + uses: actions/cache@v6 id: cache-node-modules with: path: | @@ -67,7 +67,7 @@ jobs: node-version: ${{ env.node-version }} - name: Restore node_modules cache - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: | node_modules diff --git a/.github/workflows/operation-location-migration.yml b/.github/workflows/operation-location-migration.yml index 6b630073..fddc4dec 100644 --- a/.github/workflows/operation-location-migration.yml +++ b/.github/workflows/operation-location-migration.yml @@ -23,7 +23,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: Restore node_modules cache - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: | node_modules diff --git a/.github/workflows/typescript-resolver-files-e2e.yml b/.github/workflows/typescript-resolver-files-e2e.yml index 96a6c8d7..d1be97c7 100644 --- a/.github/workflows/typescript-resolver-files-e2e.yml +++ b/.github/workflows/typescript-resolver-files-e2e.yml @@ -28,7 +28,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: Restore node_modules cache - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: | node_modules diff --git a/.github/workflows/typescript-resolver-files.yml b/.github/workflows/typescript-resolver-files.yml index e2adf86a..d2d1764a 100644 --- a/.github/workflows/typescript-resolver-files.yml +++ b/.github/workflows/typescript-resolver-files.yml @@ -23,7 +23,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: Restore node_modules cache - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: | node_modules