From 307c3ea1c575991d033bebb51a656f730b1fd131 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 00:38:25 +0000 Subject: [PATCH] build(deps): bump miniscruff/changie-action from 2 to 3 Bumps [miniscruff/changie-action](https://github.com/miniscruff/changie-action) from 2 to 3. - [Release notes](https://github.com/miniscruff/changie-action/releases) - [Changelog](https://github.com/miniscruff/changie-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/miniscruff/changie-action/compare/v2...v3) --- updated-dependencies: - dependency-name: miniscruff/changie-action dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/prepare_release.yml | 6 +++--- .github/workflows/release.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/prepare_release.yml b/.github/workflows/prepare_release.yml index b9ae9df..ee9abeb 100644 --- a/.github/workflows/prepare_release.yml +++ b/.github/workflows/prepare_release.yml @@ -23,20 +23,20 @@ jobs: uses: actions/checkout@v6 - name: Batch changes - uses: miniscruff/changie-action@v2 + uses: miniscruff/changie-action@v3 with: version: latest args: batch ${{ github.event.inputs.version }} - name: Merge changes - uses: miniscruff/changie-action@v2 + uses: miniscruff/changie-action@v3 with: version: latest args: merge - name: Get the latest version id: latest - uses: miniscruff/changie-action@v2 + uses: miniscruff/changie-action@v3 with: version: latest args: latest diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f90772b..2675330 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: - name: Get the latest version id: latest - uses: miniscruff/changie-action@v2 + uses: miniscruff/changie-action@v3 with: version: latest args: latest