From 674f13c2108afc6dff3c94d11d358d8552fd0cfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 19:11:04 +0000 Subject: [PATCH] build(deps): bump tj-actions/git-cliff 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 f93bcdb..9d01d19 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -15,7 +15,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"