From a8f47b93572a673c63fe095fb0e8b4cd663b09bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 02:27:08 +0000 Subject: [PATCH] chore(deps): bump orhun/git-cliff-action from 4.5.1 to 4.8.0 Bumps [orhun/git-cliff-action](https://github.com/orhun/git-cliff-action) from 4.5.1 to 4.8.0. - [Release notes](https://github.com/orhun/git-cliff-action/releases) - [Commits](https://github.com/orhun/git-cliff-action/compare/v4.5.1...v4.8.0) --- updated-dependencies: - dependency-name: orhun/git-cliff-action dependency-version: 4.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/git-changelog.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/git-changelog.yaml b/.github/workflows/git-changelog.yaml index f3ee690..7e74fcc 100644 --- a/.github/workflows/git-changelog.yaml +++ b/.github/workflows/git-changelog.yaml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@v5.0.0 - name: generate changelog - uses: orhun/git-cliff-action@v4.5.1 + uses: orhun/git-cliff-action@v4.8.0 id: git-cliff with: config: ./cliff.toml