fix: Upgrade git-cliff action to v4

Signed-off-by: Abhinav Sinha <[email protected]>
This commit is contained in:
Abhinav Sinha
2026-05-31 00:32:15 +05:30
parent ff862ce6e8
commit df52217fc5
+1 -1
View File
@@ -138,7 +138,7 @@ jobs:
# Auto-generate a changelog from commits since the last tag # Auto-generate a changelog from commits since the last tag
- name: Generate changelog - name: Generate changelog
id: changelog id: changelog
uses: orhun/git-cliff-action@v3 uses: orhun/git-cliff-action@v4
with: with:
args: --latest --strip header args: --latest --strip header
continue-on-error: true continue-on-error: true