From 4eb631eee510add7dbd18fb61217607d67c4b1f2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 04:54:57 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v7 --- .github/workflows/sematic-releases.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sematic-releases.yml b/.github/workflows/sematic-releases.yml index 664817c..443216c 100644 --- a/.github/workflows/sematic-releases.yml +++ b/.github/workflows/sematic-releases.yml @@ -25,7 +25,7 @@ jobs: with: fetch-depth: 0 - name: Setup Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: "lts/*" - name: Install dependencies