Skip to content

Commit bc1fc46

Browse files
chore(deps): replace google-github-actions/release-please-action action with googleapis/release-please-action v4
1 parent 6d6a0da commit bc1fc46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
release-please:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: google-github-actions/release-please-action@v4
16+
- uses: googleapis/release-please-action@v4
1717
id: release
1818
with:
1919
token: ${{ secrets.PERSONAL_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)