From e2e2f4f574c9334492639ec8f0cb31d266361d77 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 00:47:49 +0000 Subject: [PATCH] chore(deps): update mindsers/changelog-reader-action action to v2.2.3 (#482) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [mindsers/changelog-reader-action](https://togithub.com/mindsers/changelog-reader-action) | action | patch | `v2.2.2` -> `v2.2.3` | --- ### Release Notes
mindsers/changelog-reader-action (mindsers/changelog-reader-action) ### [`v2.2.3`](https://togithub.com/mindsers/changelog-reader-action/releases/tag/v2.2.3) [Compare Source](https://togithub.com/mindsers/changelog-reader-action/compare/v2.2.2...v2.2.3) ##### Fixed - Upgrade dependencies to solve deprecation issues. - Use node v20 - Remove useless empty line between links in the body of a version
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] 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/msfjarvis/compose-lobsters). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5cb8feba..93da15a5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: dependency-graph: generate-and-submit - name: Check changelog format - uses: mindsers/changelog-reader-action@b97ce03a10d9bdbb07beb491c76a5a01d78cd3ef # v2.2.2 + uses: mindsers/changelog-reader-action@32aa5b4c155d76c94e4ec883a223c947b2f02656 # v2.2.3 with: path: ./CHANGELOG.md validation_level: error diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index df86b142..b45b403d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -77,7 +77,7 @@ jobs: - name: Get changelog entry id: changelog_reader - uses: mindsers/changelog-reader-action@b97ce03a10d9bdbb07beb491c76a5a01d78cd3ef # v2.2.2 + uses: mindsers/changelog-reader-action@32aa5b4c155d76c94e4ec883a223c947b2f02656 # v2.2.3 with: version: ${{ env.VERSION }} path: ./CHANGELOG.md