Skip to content

Commit 59e4e34

Browse files
chore(deps): replace google-github-actions/release-please-action action with googleapis/release-please-action v4
1 parent 292beb8 commit 59e4e34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

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

0 commit comments

Comments
 (0)