From bfbb71f9c32ff0708b3bdc25c4df30acf76bad9b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 07:30:53 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v7 --- .github/workflows/release-please.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 936ca59..463f36b 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -38,7 +38,7 @@ jobs: ref: ${{ needs.release-please.outputs.tag_name }} - name: Setup Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: 20 registry-url: https://registry.npmjs.org