Skip to content

Commit

Permalink
ci(deps): update google-github-actions/release-please-action action t…
Browse files Browse the repository at this point in the history
…o v4.0.2 (#522)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[google-github-actions/release-please-action](https://togithub.com/google-github-actions/release-please-action)
| action | patch | `v4.0.1` -> `v4.0.2` |

---

### Release Notes

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

###
[`v4.0.2`](https://togithub.com/google-github-actions/release-please-action/releases/tag/v4.0.2)

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

##### Bug Fixes

- bump release-please from 16.4.0 to 16.5.0
([#&#8203;905](https://togithub.com/google-github-actions/release-please-action/issues/905))
([df71963](https://togithub.com/google-github-actions/release-please-action/commit/df719633a752e335dfde3e62e037315a25ecf6fc))
- log release-please version
([#&#8203;910](https://togithub.com/google-github-actions/release-please-action/issues/910))
([2a496d1](https://togithub.com/google-github-actions/release-please-action/commit/2a496d1db5f8860ae46f6066f5dcb73490a99d02)),
closes
[#&#8203;325](https://togithub.com/google-github-actions/release-please-action/issues/325)

</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 [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/Mogyuchi/gh-test).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 20, 2023
1 parent f339ad8 commit ba17bb1
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@a2d8d683f209466ee8c695cd994ae2cf08b1642d # v4.0.1
- uses: google-github-actions/release-please-action@cc61a07e2da466bebbc19b3a7dd01d6aecb20d1e # v4.0.2
id: release-please
with:
release-type: rust
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
tag_name: ${{ steps.release.outputs.tag_name }}
pr: ${{ steps.release.outputs.pr }}
steps:
- uses: google-github-actions/release-please-action@a2d8d683f209466ee8c695cd994ae2cf08b1642d # v4.0.1
- uses: google-github-actions/release-please-action@cc61a07e2da466bebbc19b3a7dd01d6aecb20d1e # v4.0.2
id: release
with:
config-file: .github/.config/release-please-config.json
Expand Down

0 comments on commit ba17bb1

Please sign in to comment.