From c7e5179025e8c357d2df34e9d64e9e5a46cde6ad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 17:05:11 +0000 Subject: [PATCH] chore(deps): replace google-github-actions/release-please-action action with googleapis/release-please-action --- .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 b36c345..faebfcf 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -15,7 +15,7 @@ jobs: path: ${{ steps.release.outputs.path }} steps: - - uses: google-github-actions/release-please-action@v3 + - uses: googleapis/release-please-action@v3 id: release with: release-type: node