From 06dff97b755b6e74ca0073033fefa8369b743744 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 23:53:11 +0000 Subject: [PATCH] deps(deps): bump orhun/git-cliff-action from 4.8.0 to 4.9.0 Bumps [orhun/git-cliff-action](https://github.com/orhun/git-cliff-action) from 4.8.0 to 4.9.0. - [Release notes](https://github.com/orhun/git-cliff-action/releases) - [Commits](https://github.com/orhun/git-cliff-action/compare/f50e11560dce63f7c33227798f90b924471a88b5...3d96a18cc4ec17e9dc69ddcc424ccafaf1f78ce2) --- updated-dependencies: - dependency-name: orhun/git-cliff-action dependency-version: 4.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/changelog.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 24dbcdd..2cb4a51 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -65,7 +65,7 @@ jobs: # hand-curated CHANGELOG.md (see RELEASE.md §Workflow). - name: Render unreleased section if: github.ref == 'refs/heads/main' - uses: orhun/git-cliff-action@f50e11560dce63f7c33227798f90b924471a88b5 # v4.8.0 + uses: orhun/git-cliff-action@3d96a18cc4ec17e9dc69ddcc424ccafaf1f78ce2 # v4.9.0 with: config: cliff.toml args: --unreleased --verbose @@ -92,7 +92,7 @@ jobs: # (Q-10) can pull it down for the GitHub Release body. - name: Render release notes on tag if: startsWith(github.ref, 'refs/tags/v') - uses: orhun/git-cliff-action@f50e11560dce63f7c33227798f90b924471a88b5 # v4.8.0 + uses: orhun/git-cliff-action@3d96a18cc4ec17e9dc69ddcc424ccafaf1f78ce2 # v4.9.0 with: config: cliff.toml args: --verbose --current