Skip to content

Commit 591f864

Browse files
chore(deps): replace google-github-actions/release-please-action action with googleapis/release-please-action (#1278)
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 | `v3` -> `v3` | 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/js-sdk). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQyLjE2LjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2f9e0d3 commit 591f864

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
@@ -11,7 +11,7 @@ jobs:
1111

1212
# Release-please creates a PR that tracks all changes
1313
steps:
14-
- uses: google-github-actions/release-please-action@v3
14+
- uses: googleapis/release-please-action@v3
1515
id: release
1616
with:
1717
command: manifest

0 commit comments

Comments
 (0)