From a6138fb0f085328ea77f48fe883c0ed3e9f204f3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 21:13:34 +0000 Subject: [PATCH] chore(deps): update orhun/git-cliff-action action to v4.9.0 | datasource | package | from | to | | ----------- | ---------------------- | ------ | ------ | | github-tags | orhun/git-cliff-action | v4.8.0 | v4.9.0 | --- .github/workflows/build.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d443aac..4a4860b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -77,7 +77,7 @@ jobs: show-progress: false - name: Generate changelog with git-cliff - uses: orhun/git-cliff-action@f50e11560dce63f7c33227798f90b924471a88b5 # v4.8.0 + uses: orhun/git-cliff-action@3d96a18cc4ec17e9dc69ddcc424ccafaf1f78ce2 # v4.9.0 with: args: --unreleased --strip all env: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2d78111..a7a67d9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -95,7 +95,7 @@ jobs: run: echo VERSION=${GITHUB_REF_NAME#v} >> $GITHUB_ENV # trim leading 'v' from tag name - name: Generate changelog with git-cliff - uses: orhun/git-cliff-action@f50e11560dce63f7c33227798f90b924471a88b5 # v4.8.0 + uses: orhun/git-cliff-action@3d96a18cc4ec17e9dc69ddcc424ccafaf1f78ce2 # v4.9.0 with: args: --latest --strip all env: