From 6978837f95440ac0e9366ea6b7f5e6f8a88c0747 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 15:34:28 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v4 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cc83da3ef..fd935f320 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@v3 - name: Use Node.js ${{matrix.node-version}} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: always-auth: true registry-url: 'https://registry.npmjs.org' @@ -47,7 +47,7 @@ jobs: - uses: actions/checkout@v3 - name: Use Node.js ${{matrix.node-version}} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: always-auth: true registry-url: 'https://registry.npmjs.org'