From c349fd5ffc191083347fbaf76f50185671c19ced Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Feb 2026 16:32:56 +0000 Subject: [PATCH] chore(deps): update orhun/git-cliff-action action to v4.7.1 --- .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 d71b776..b9dee97 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: token: ${{ env.GITHUB_TOKEN }} - name: Generate changelog id: git-cliff-next-version - uses: orhun/git-cliff-action@v4.6.0 + uses: orhun/git-cliff-action@v4.7.1 with: config: cliff.toml args: --verbose --bump @@ -57,7 +57,7 @@ jobs: git checkout main git pull origin main - name: Generate a release note - uses: orhun/git-cliff-action@v4.6.0 + uses: orhun/git-cliff-action@v4.7.1 id: git-cliff-release with: config: cliff.toml