From eaa8b8617506d33b2735e7801e29d64a08eb9563 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Nov 2023 10:00:57 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v4 --- .github/workflows/api-client.yml | 2 +- .github/workflows/build-core.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/api-client.yml b/.github/workflows/api-client.yml index a1df2c2974f..828d0ce1df3 100644 --- a/.github/workflows/api-client.yml +++ b/.github/workflows/api-client.yml @@ -28,7 +28,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} - name: Cache pnpm modules diff --git a/.github/workflows/build-core.yml b/.github/workflows/build-core.yml index aba2a0ea06c..3291cc51c04 100644 --- a/.github/workflows/build-core.yml +++ b/.github/workflows/build-core.yml @@ -22,7 +22,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 36c67145ac4..543e0af121e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: 18.x diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8386447b22e..28d1be524ea 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }}