Skip to content

Commit

Permalink
ci: Update release-please-action (#7860)
Browse files Browse the repository at this point in the history
google-github-actions/release-please-action has been deprecated and
replaced with googleapis/release-please-action.
  • Loading branch information
joeyparrish authored Jan 9, 2025
1 parent 59c9989 commit 984dbba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 984dbba

Please sign in to comment.