From 3b0ce39eb03f8cd4220649407643afcfc8e3cbb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Jul 2025 11:58:42 +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.0.2. - [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.0.2) --- updated-dependencies: - dependency-name: tj-actions/git-cliff dependency-version: 2.0.2 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 f082fc7..3ccf1f9 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.0.2 id: git-cliff with: args: "--verbose"