From 97a0079c24cc0685f1814216634fc3e35b9c3038 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 10:19:01 +0200 Subject: [PATCH] chore: update actions/setup-node action to v4 (#85) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 98006a1..0bb0d48 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -13,7 +13,7 @@ jobs: with: fetch-depth: 0 - name: Use node - uses: actions/setup-node@v3.1.0 + uses: actions/setup-node@v4.0.3 with: node-version-file: ".nvmrc" cache: "npm" @@ -32,7 +32,7 @@ jobs: with: fetch-depth: 0 - name: Use node - uses: actions/setup-node@v3.1.0 + uses: actions/setup-node@v4.0.3 with: node-version-file: ".nvmrc" cache: "npm"