From f4fca4f7edccc653aa10bb47b6d6e4f0ac890023 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 29 Oct 2023 14:50:43 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v4 --- .github/workflows/deploy.yml | 2 +- .github/workflows/nodejs.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b6899ef..6bf2db0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -17,7 +17,7 @@ jobs: name: Checkout [main] with: fetch-depth: 0 - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: '16' - uses: pnpm/action-setup@v2.4.0 diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index edd070e..70ebcc7 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -19,7 +19,7 @@ jobs: name: Checkout [main] with: fetch-depth: 0 - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: '16' - uses: pnpm/action-setup@v2.4.0 @@ -56,7 +56,7 @@ jobs: ref: ${{ github.event.pull_request.head.ref }} repository: ${{ github.event.pull_request.head.repo.full_name }} fetch-depth: 0 - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: '16' - uses: pnpm/action-setup@v2.4.0