From df52217fc5d66215a489ec7acc4406a5a77db84d Mon Sep 17 00:00:00 2001 From: Abhinav Sinha Date: Sun, 31 May 2026 00:32:15 +0530 Subject: [PATCH] fix: Upgrade `git-cliff` action to `v4` Signed-off-by: Abhinav Sinha --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c1e0e2b..68c2893 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -138,7 +138,7 @@ jobs: # Auto-generate a changelog from commits since the last tag - name: Generate changelog id: changelog - uses: orhun/git-cliff-action@v3 + uses: orhun/git-cliff-action@v4 with: args: --latest --strip header continue-on-error: true