From a64d635dfa973f5f76efaafe59c61be63f535ef8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 00:03:01 +0000 Subject: [PATCH] Bump orhun/git-cliff-action from 2 to 4 Bumps [orhun/git-cliff-action](https://github.com/orhun/git-cliff-action) from 2 to 4. - [Release notes](https://github.com/orhun/git-cliff-action/releases) - [Commits](https://github.com/orhun/git-cliff-action/compare/v2...v4) --- updated-dependencies: - dependency-name: orhun/git-cliff-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/chanelog.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/chanelog.yaml b/.github/workflows/chanelog.yaml index e90298da..cd2b4920 100644 --- a/.github/workflows/chanelog.yaml +++ b/.github/workflows/chanelog.yaml @@ -13,7 +13,7 @@ jobs: fetch-depth: 0 - name: Generate a changelog id: git-cliff - uses: orhun/git-cliff-action@v2 + uses: orhun/git-cliff-action@v4 with: config: fixtures/cliff.toml args: --verbose --strip footer --exclude-path "CHANGELOG.md"