From c9aad983bd21e362cc6acc6f27fd819d97415086 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Jul 2023 16:49:31 +0000 Subject: [PATCH] chore: update actions/setup-node action to v3.7.0 --- .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 b68bb53..2c366b2 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@v3.7.0 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@v3.7.0 with: node-version-file: ".nvmrc" cache: "npm"