From 0d0e78701151bdb3b616d3de71a6ca7d63276f19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 00:47:21 +0000 Subject: [PATCH] ci(deps): bump orhun/git-cliff-action from 4.7.1 to 4.8.0 Bumps [orhun/git-cliff-action](https://github.com/orhun/git-cliff-action) from 4.7.1 to 4.8.0. - [Release notes](https://github.com/orhun/git-cliff-action/releases) - [Commits](https://github.com/orhun/git-cliff-action/compare/c93ef52f3d0ddcdcc9bd5447d98d458a11cd4f72...f50e11560dce63f7c33227798f90b924471a88b5) --- 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/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e80d5d4..1aac624 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -75,7 +75,7 @@ jobs: token: ${{ steps.app-token.outputs.token }} - name: Generate changelog - uses: orhun/git-cliff-action@c93ef52f3d0ddcdcc9bd5447d98d458a11cd4f72 # v4 + uses: orhun/git-cliff-action@f50e11560dce63f7c33227798f90b924471a88b5 # v4 with: config: cliff.toml args: --verbose @@ -146,7 +146,7 @@ jobs: ref: v${{ needs.version.outputs.version }} - name: Generate release notes - uses: orhun/git-cliff-action@c93ef52f3d0ddcdcc9bd5447d98d458a11cd4f72 # v4 + uses: orhun/git-cliff-action@f50e11560dce63f7c33227798f90b924471a88b5 # v4 id: cliff with: config: cliff.toml