From e16ff5c01f14dfbb74cc77cd65f4590e7b7a5c60 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Sep 2026 02:47:49 +0000 Subject: [PATCH] chore(deps): update orhun/git-cliff-action action to v4.9.1 | datasource | package | from | to | | ----------- | ---------------------- | ------ | ------ | | github-tags | orhun/git-cliff-action | v4.9.0 | v4.9.1 | --- .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 ce32994..6b4b5d1 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@3d96a18cc4ec17e9dc69ddcc424ccafaf1f78ce2 # v4.9.0 + uses: orhun/git-cliff-action@a9a95522b26fe6403f7bb24031f21fb573d0f5ff # v4.9.1 with: args: --unreleased --strip all env: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a7a67d9..5a27591 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@3d96a18cc4ec17e9dc69ddcc424ccafaf1f78ce2 # v4.9.0 + uses: orhun/git-cliff-action@a9a95522b26fe6403f7bb24031f21fb573d0f5ff # v4.9.1 with: args: --latest --strip all env: