From b882572b5458c93e1589ae04c0a79a3a10a75942 Mon Sep 17 00:00:00 2001 From: Joey Parrish Date: Thu, 16 Jan 2025 15:44:10 -0800 Subject: [PATCH] fix(ci): Fix incomplete 3.4.1 release (#1471) 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 5771c57864..32469e2860 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -25,7 +25,7 @@ jobs: tag_name: ${{ steps.release.outputs.tag_name }} 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.