Skip to content

Commit ede87f8

Browse files
fix(deps): Replace google-github-actions/release-please-action action with googleapis/release-please-action v4
1 parent c7a79fb commit ede87f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
private-key: ${{ secrets.CQ_APP_PRIVATE_KEY }}
2020
permission-contents: write
2121
permission-pull-requests: write
22-
- uses: google-github-actions/release-please-action@e4dc86ba9405554aeba3c6bb2d169500e7d3b4ee # v4
22+
- uses: googleapis/release-please-action@e4dc86ba9405554aeba3c6bb2d169500e7d3b4ee # v4
2323
id: release
2424
with:
2525
token: ${{ steps.app-token.outputs.token }}

0 commit comments

Comments
 (0)