diff --git a/.github/workflows/is-next-compat.yml b/.github/workflows/is-next-compat.yml index 4f57cab..2e106a5 100644 --- a/.github/workflows/is-next-compat.yml +++ b/.github/workflows/is-next-compat.yml @@ -67,7 +67,7 @@ jobs: ssh://git@github.com/ - name: Use node ${{ matrix.node }} - uses: actions/setup-node@v5.0.0 + uses: actions/setup-node@v6.0.0 with: node-version: ${{ matrix.node }} diff --git a/.github/workflows/is-nextjestjs-swc-comat.yml b/.github/workflows/is-nextjestjs-swc-comat.yml index 9746f06..d2f3f8e 100644 --- a/.github/workflows/is-nextjestjs-swc-comat.yml +++ b/.github/workflows/is-nextjestjs-swc-comat.yml @@ -64,7 +64,7 @@ jobs: ssh://git@github.com/ - name: Use node ${{ matrix.node }} - uses: actions/setup-node@v5.0.0 + uses: actions/setup-node@v6.0.0 - name: Cache npm uses: actions/cache@v4 diff --git a/.github/workflows/run-apollo-app-example.yml b/.github/workflows/run-apollo-app-example.yml index 695d538..c521c1b 100644 --- a/.github/workflows/run-apollo-app-example.yml +++ b/.github/workflows/run-apollo-app-example.yml @@ -70,7 +70,7 @@ jobs: ssh://git@github.com/ - name: Use node ${{ matrix.node }} - uses: actions/setup-node@v5.0.0 + uses: actions/setup-node@v6.0.0 - name: Cache npm uses: actions/cache@v4