From cf468645689c5fcad19986362dba42131f342931 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 18:01:58 +0400 Subject: [PATCH] build(deps): Bump orhun/git-cliff-action from 3 to 4 (#98) Bumps [orhun/git-cliff-action](https://github.com/orhun/git-cliff-action) from 3 to 4. - [Release notes](https://github.com/orhun/git-cliff-action/releases) - [Commits](https://github.com/orhun/git-cliff-action/compare/v3...v4) --- updated-dependencies: - dependency-name: orhun/git-cliff-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/push-create_tag.yaml | 2 +- .github/workflows/tag-release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push-create_tag.yaml b/.github/workflows/push-create_tag.yaml index effb650..965a7d7 100644 --- a/.github/workflows/push-create_tag.yaml +++ b/.github/workflows/push-create_tag.yaml @@ -30,7 +30,7 @@ jobs: - name: Update CHANGELOG.md if: "${{ ! startsWith(github.event.head_commit.message, 'docs: update changelog for ') && steps.semver.outputs.next != '' }}" - uses: orhun/git-cliff-action@v3 + uses: orhun/git-cliff-action@v4 with: config: .cliff.git.toml args: --tag ${{ steps.semver.outputs.next }} diff --git a/.github/workflows/tag-release.yaml b/.github/workflows/tag-release.yaml index 6838a31..10ce4c6 100644 --- a/.github/workflows/tag-release.yaml +++ b/.github/workflows/tag-release.yaml @@ -15,7 +15,7 @@ jobs: fetch-depth: 0 - name: Update release description .CHANGELOG.md - uses: orhun/git-cliff-action@v3.2.0 + uses: orhun/git-cliff-action@v4 id: changelog-release with: config: .cliff.release.toml -- GitLab