Skip to content

Commit 95d0fa1

Browse files
authored
fix: replace githubaction with newer version (#290)
Signed-off-by: Simon Schrottner <[email protected]>
1 parent 7418ef2 commit 95d0fa1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release-please.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ env:
1616
jobs:
1717
release-please:
1818
permissions:
19-
contents: write # for google-github-actions/release-please-action to create release commit
20-
pull-requests: write # for google-github-actions/release-please-action to create release PR
19+
contents: write # for googleapis/release-please-action to create release commit
20+
pull-requests: write # for googleapis/release-please-action to create release PR
2121
runs-on: ubuntu-latest
2222
# Release-please creates a PR that tracks all changes
2323
steps:
24-
- uses: google-github-actions/release-please-action@v4
24+
- uses: googleapis/release-please-action@v4
2525
id: release
2626
with:
2727
config-file: .release-please-config.json

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.11.1"
2+
".": "v2.11.1"
33
}

0 commit comments

Comments
 (0)