From 4135c2cd4df3c4238f446af396d5249c8803613a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Mar 2026 16:28:18 +0000 Subject: [PATCH] chore(ci)(deps): bump orhun/git-cliff-action from 3 to 4 Bumps [orhun/git-cliff-action](https://github.com/orhun/git-cliff-action) from 3 to 4. - [Release notes](https://github.com/orhun/git-cliff-action/releases) - [Commits](https://github.com/orhun/git-cliff-action/compare/v3...v4) --- updated-dependencies: - dependency-name: orhun/git-cliff-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-cd.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index a4566c0..000c573 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -201,7 +201,7 @@ jobs: fetch-depth: 0 - name: Generate changelog - uses: orhun/git-cliff-action@v3 + uses: orhun/git-cliff-action@v4 with: args: --latest --strip header env: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4b55f05..c4690a2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,7 +41,7 @@ jobs: # password: ${{ secrets.PYPI_API_TOKEN }} - name: Generate release notes - uses: orhun/git-cliff-action@v3 + uses: orhun/git-cliff-action@v4 id: cliff with: args: --latest --strip header