From 1984f7d35a993d8541feca90e53cb4c68b7dc183 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 16:58:55 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v4 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 30143fc..b53eb4e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: submodules: "recursive" - name: Setup Node - uses: actions/setup-node@v3.7.0 + uses: actions/setup-node@v4.0.0 - run: npm install # Dependents: Semantic Release