From 6f97c87603d595798fc1241c1e7a6fde8f213136 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 30 Aug 2026 00:51:42 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v7 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ae54f5a..2acf2ab 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ jobs: uses: actions/setup-dotnet@v4 with: dotnet-version: 8.0.x - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v7 with: node-version: "16" - name: extract next semantic release version