Skip to content

Commit a32f0a7

Browse files
chore(deps): replace google-github-actions/release-please-action action with googleapis/release-please-action v4 (#160)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [google-github-actions/release-please-action](https://redirect.github.com/google-github-actions/release-please-action) → [googleapis/release-please-action](https://redirect.github.com/google-github-actions/release-please-action) | action | replacement | `v4` -> `v4` | This is a special PR that replaces `google-github-actions/release-please-action` with the community suggested minimal stable replacement version. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-feature/php-sdk). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTYuMSIsInVwZGF0ZWRJblZlciI6IjQyLjU0LjIiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8df0877 commit a32f0a7

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
@@ -10,7 +10,7 @@ jobs:
1010

1111
# Release-please creates a PR that tracks all changes
1212
steps:
13-
- uses: google-github-actions/release-please-action@v4
13+
- uses: googleapis/release-please-action@v4
1414
id: release
1515
with:
1616
command: manifest

0 commit comments

Comments
 (0)