From ea01b7f3f92d40404707d84a5297d2d5b4862997 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 05:39:31 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v7 --- .github/workflows/host_release.yml | 2 +- semantic-release/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/host_release.yml b/.github/workflows/host_release.yml index 88ccf84..3f087b0 100644 --- a/.github/workflows/host_release.yml +++ b/.github/workflows/host_release.yml @@ -29,7 +29,7 @@ jobs: fetch-depth: 0 - name: Setup Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: lts/* diff --git a/semantic-release/action.yml b/semantic-release/action.yml index 6736869..d181803 100644 --- a/semantic-release/action.yml +++ b/semantic-release/action.yml @@ -94,7 +94,7 @@ runs: shell: bash - name: Configure Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: lts/*