From 0abdcfa9cba6834c335709f41b0863c21dbde39b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 12:12:14 +0000 Subject: [PATCH] chore(deps): update mindsers/changelog-reader-action action to v2.2.3 (#564) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [mindsers/changelog-reader-action](https://redirect.github.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://redirect.github.com/mindsers/changelog-reader-action/releases/tag/v2.2.3) [Compare Source](https://redirect.github.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 - "after 9pm every weekday,before 5pm every weekday" in timezone Europe/Madrid, 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. --- - [ ] 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/javierbrea/cypress-localstorage-commands). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/check-package-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-package-version.yml b/.github/workflows/check-package-version.yml index bf8a113..53f9230 100644 --- a/.github/workflows/check-package-version.yml +++ b/.github/workflows/check-package-version.yml @@ -27,7 +27,7 @@ jobs: uses: martinbeentjes/npm-get-version-action@v1.3.1 - name: Check Changelog version id: changelog_reader - uses: mindsers/changelog-reader-action@v2.2.2 + uses: mindsers/changelog-reader-action@v2.2.3 with: version: ${{ steps.package-version.outputs.current-version }} path: ./CHANGELOG.md