From e796f40eb9996f97619a11a0a3b43f4816655fe9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 15:11:28 +0000 Subject: [PATCH] Bump tj-actions/git-cliff from 1.5.0 to 2.2.0 in /.github/workflows Bumps [tj-actions/git-cliff](https://github.com/tj-actions/git-cliff) from 1.5.0 to 2.2.0. - [Release notes](https://github.com/tj-actions/git-cliff/releases) - [Changelog](https://github.com/tj-actions/git-cliff/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/git-cliff/compare/v1.5.0...v2.2.0) --- updated-dependencies: - dependency-name: tj-actions/git-cliff dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/changelog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 523ae1a..61df295 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -16,7 +16,7 @@ jobs: fetch-depth: 0 token: ${{ secrets.GITHUB_TOKEN }} - name: Run Git Cliff - uses: tj-actions/git-cliff@v1.5.0 + uses: tj-actions/git-cliff@v2.2.0 id: git-cliff with: args: "--verbose"