From 2ad6f89c8765e51621989246583a3b6ae205ea7e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Nov 2025 12:45:34 +0000 Subject: [PATCH] chore(deps): replace google-github-actions/release-please-action action with googleapis/release-please-action --- .github/workflows/release-please.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index b448c31..4166cf9 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -10,7 +10,7 @@ jobs: # Release-please creates a PR that tracks all changes steps: - - uses: google-github-actions/release-please-action@v3 + - uses: googleapis/release-please-action@v3 id: release with: release-type: simple