From 603f42729062e8f867ed8c26eb63dbc40ca45e5d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 16:02:10 +0000 Subject: [PATCH] Update actions/setup-node action to v4 --- .github/workflows/ci.yml | 6 +++--- .github/workflows/deploy.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c26513af..a87ad6bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: with: version: ${{ env.PNPM_VERSION }} - name: Install Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 16.x cache: pnpm @@ -49,7 +49,7 @@ jobs: with: version: ${{ env.PNPM_VERSION }} - name: Install Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 16.x cache: pnpm @@ -88,7 +88,7 @@ jobs: with: version: ${{ env.PNPM_VERSION }} - name: Install Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 16.x cache: pnpm diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8eab0cf8..5d6de245 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -22,7 +22,7 @@ jobs: version: ${{ env.PNPM_VERSION }} - name: Install Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 16.x cache: pnpm