Skip to content

Commit 3669b9b

Browse files
committed
chore(build): use googleapis/release-please-action over deprecated google-github-actions one
1 parent a4a710b commit 3669b9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
app-id: ${{ secrets.LENDABOT_APP_ID }}
2121
private-key: ${{ secrets.LENDABOT_APP_PRIVATE_KEY }}
2222

23-
- uses: google-github-actions/release-please-action@v4
23+
- uses: googleapis/release-please-action@v4
2424
id: release
2525
with:
2626
token: ${{ steps.generate-token.outputs.token }}

0 commit comments

Comments
 (0)