From c3ea6721ff95e83648afeefbbe56d46883cb37f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Jul 2025 20:55:53 +0000 Subject: [PATCH] chore(deps): bump tj-actions/git-cliff from 1 to 2 Bumps [tj-actions/git-cliff](https://github.com/tj-actions/git-cliff) from 1 to 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...v2) --- updated-dependencies: - dependency-name: tj-actions/git-cliff dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/sync-release-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-release-version.yml b/.github/workflows/sync-release-version.yml index 007d8d42..3281c946 100644 --- a/.github/workflows/sync-release-version.yml +++ b/.github/workflows/sync-release-version.yml @@ -35,7 +35,7 @@ jobs: paths: | package.json - name: Run git-cliff - uses: tj-actions/git-cliff@v1 + uses: tj-actions/git-cliff@v2 - name: Create Pull Request uses: peter-evans/create-pull-request@v7.0.8 with: