Skip to content

Commit

Permalink
ci: Update release-please-action
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 committed Jan 10, 2025
1 parent ea48ee4 commit fb39936
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 @@ -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.
Expand Down

0 comments on commit fb39936

Please sign in to comment.