From 0414f2fa99422d074a245488d030210bb5d9c1c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 17:48:44 -0400 Subject: [PATCH] Bump miniscruff/changie-action from 1.0.1 to 2.0.0 (#55) Bumps [miniscruff/changie-action](https://github.com/miniscruff/changie-action) from 1.0.1 to 2.0.0. - [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/b6d52c80deb236a5b548f8774cd5a18b87da9e9a...6dcc2533cac0495148ed4046c438487e4dceaa23) --- updated-dependencies: - dependency-name: miniscruff/changie-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/gen-release-pr.yml | 6 +++--- .github/workflows/release.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/gen-release-pr.yml b/.github/workflows/gen-release-pr.yml index 724e4896..04fb6b0f 100644 --- a/.github/workflows/gen-release-pr.yml +++ b/.github/workflows/gen-release-pr.yml @@ -16,20 +16,20 @@ jobs: uses: actions/checkout@v4 - name: Batch changes - uses: miniscruff/changie-action@b6d52c80deb236a5b548f8774cd5a18b87da9e9a # v1.0.1 + uses: miniscruff/changie-action@6dcc2533cac0495148ed4046c438487e4dceaa23 # v2.0.0 with: version: latest args: batch ${{ inputs.versionNumber }} - name: Merge changes - uses: miniscruff/changie-action@b6d52c80deb236a5b548f8774cd5a18b87da9e9a # v1.0.1 + uses: miniscruff/changie-action@6dcc2533cac0495148ed4046c438487e4dceaa23 # v2.0.0 with: version: latest args: merge - name: Get the latest version id: latest - uses: miniscruff/changie-action@b6d52c80deb236a5b548f8774cd5a18b87da9e9a # v1.0.1 + uses: miniscruff/changie-action@6dcc2533cac0495148ed4046c438487e4dceaa23 # v2.0.0 with: version: latest args: latest diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 822a75f8..955f565d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v4 - name: Get the latest version id: latest - uses: miniscruff/changie-action@b6d52c80deb236a5b548f8774cd5a18b87da9e9a # v1.0.1 + uses: miniscruff/changie-action@6dcc2533cac0495148ed4046c438487e4dceaa23 # v2.0.0 with: version: latest args: latest