Skip to content

Commit

Permalink
ci(deps): update google-github-actions/release-please-action action f…
Browse files Browse the repository at this point in the history
…rom v4.0.2 to v4.1.0 (#729)

This PR contains the following updates:

| Package | Type | Update | Change | OpenSSF |
|---|---|---|---|---|
|
[google-github-actions/release-please-action](https://togithub.com/google-github-actions/release-please-action)
| action | minor | `v4.0.2` -> `v4.1.0` | [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/google-github-actions/release-please-action/badge)](https://securityscorecards.dev/viewer/?uri=github.com/google-github-actions/release-please-action)
|

---

### Release Notes

<details>
<summary>google-github-actions/release-please-action
(google-github-actions/release-please-action)</summary>

###
[`v4.1.0`](https://togithub.com/googleapis/release-please-action/releases/tag/v4.1.0)

[Compare
Source](https://togithub.com/google-github-actions/release-please-action/compare/v4.0.3...v4.1.0)

##### Features

- add `changelog-host` input to `action.yml`
([#&#8203;948](https://togithub.com/google-github-actions/release-please-action/issues/948))
([863b06f](https://togithub.com/google-github-actions/release-please-action/commit/863b06fd1cd7f36c1d74d697ddebe3cf5be4c6b0))

###
[`v4.0.3`](https://togithub.com/googleapis/release-please-action/releases/tag/v4.0.3)

[Compare
Source](https://togithub.com/google-github-actions/release-please-action/compare/v4.0.2...v4.0.3)

##### Bug Fixes

- bump release-please from 16.5.0 to 16.10.0
([#&#8203;953](https://togithub.com/google-github-actions/release-please-action/issues/953))
([d7e88e0](https://togithub.com/google-github-actions/release-please-action/commit/d7e88e0fd9e1a56d1075f610183d571f8347ff9b))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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.

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMTMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjMxMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJzZW12ZXI6bm9uZSJdfQ==-->

Co-authored-by: mazi-renovate[bot] <161091290+mazi-renovate[bot]@users.noreply.github.com>
  • Loading branch information
mazi-renovate[bot] committed May 11, 2024
1 parent 91bd034 commit 7617a19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on-push-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
tag_name: ${{ steps.release-please.outputs.tag_name }}
pr: ${{ steps.release-please.outputs.pr }}
steps:
- uses: google-github-actions/release-please-action@cc61a07e2da466bebbc19b3a7dd01d6aecb20d1e # v4.0.2
- uses: google-github-actions/release-please-action@a37ac6e4f6449ce8b3f7607e4d97d0146028dc0b # v4.1.0
id: release-please
with:
release-type: rust
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
app-id: ${{ secrets.MAZI_RELEASE_APP_ID }}
private-key: ${{ secrets.MAZI_RELEASE_APP_PRIVATE_KEY }}
- uses: google-github-actions/release-please-action@cc61a07e2da466bebbc19b3a7dd01d6aecb20d1e # v4.0.2
- uses: google-github-actions/release-please-action@a37ac6e4f6449ce8b3f7607e4d97d0146028dc0b # v4.1.0
id: release
with:
token: ${{ steps.generate_token.outputs.token }}
Expand Down

0 comments on commit 7617a19

Please sign in to comment.