Skip to content

Commit 58162e4

Browse files
committed
chore(workflow): update release-please action reference
- Changed the action reference from `google-github-actions/release-please-action@v4` to `googleapis/release-please-action@v4` for consistency with the official repository.
1 parent 3ea21b3 commit 58162e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
version: ${{ steps.release.outputs.version }}
3333
upload_url: ${{ steps.release.outputs.upload_url }} # URL for uploading release assets
3434
steps:
35-
- uses: google-github-actions/release-please-action@v4
35+
- uses: googleapis/release-please-action@v4
3636
id: release
3737
with:
3838
release-type: rust

0 commit comments

Comments
 (0)