From 984dbba65f1000183f3e6164d655d569751eb3bd Mon Sep 17 00:00:00 2001 From: Joey Parrish Date: Thu, 9 Jan 2025 12:18:21 -0800 Subject: [PATCH] ci: Update release-please-action (#7860) google-github-actions/release-please-action has been deprecated and replaced 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 b5333723d5..cb775154ee 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -15,7 +15,7 @@ jobs: patch: ${{ steps.release.outputs.patch }} steps: # Create/update release PR - - uses: google-github-actions/release-please-action@v4 + - uses: googleapis/release-please-action@v4 id: release with: # Make sure we create the PR against the correct branch.