From 4088812045f2f8f88f9eb44d82dcfac744a24742 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Dec 2025 15:02:26 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v6 | datasource | package | from | to | | ----------- | ------------------ | ---- | -- | | github-tags | actions/setup-node | v5 | v6 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 5c55742..e66cfc5 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -17,7 +17,7 @@ jobs: # TODO: googleapis/release-please-action cannot sign commits yet. # We'll use the cli until there's a fix for # https://github.com/googleapis/release-please/issues/2280. - - uses: actions/setup-node@v5 + - uses: actions/setup-node@v6 with: node-version: 22 # TODO: remove bump-minor-pre-major when in production. It prevents