Skip to content

Commit 2ebe6ae

Browse files
chore(deps): update googlecloudplatform/release-please-action action to v4 (#448)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [GoogleCloudPlatform/release-please-action](https://togithub.com/GoogleCloudPlatform/release-please-action) | action | major | `v3` -> `v4` | --- ### Release Notes <details> <summary>GoogleCloudPlatform/release-please-action (GoogleCloudPlatform/release-please-action)</summary> ### [`v4`](https://togithub.com/GoogleCloudPlatform/release-please-action/compare/v3...v4) [Compare Source](https://togithub.com/GoogleCloudPlatform/release-please-action/compare/v3...v4) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/netlify/functions). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44MS4zIiwidXBkYXRlZEluVmVyIjoiMzcuODEuMyIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6e4716b commit 2ebe6ae

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
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
private-key: ${{ secrets.TOKENS_PRIVATE_KEY }}
1818
app-id: ${{ secrets.TOKENS_APP_ID }}
19-
- uses: GoogleCloudPlatform/release-please-action@v3
19+
- uses: GoogleCloudPlatform/release-please-action@v4
2020
id: release
2121
with:
2222
token: ${{ steps.get-token.outputs.token }}

0 commit comments

Comments
 (0)