Skip to content

Commit e28759d

Browse files
authored
Upgrade git-cliff-action to version 4
1 parent 3a2246f commit e28759d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/debug.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
5454
- name: Generate initial changelog (range)
5555
id: cliff_initial
56-
uses: orhun/git-cliff-action@v3
56+
uses: orhun/git-cliff-action@v4
5757
with:
5858
config: cliff.toml
5959
args: --range ${{ steps.previous.outputs.previous_tag }}..${{ github.sha }}
@@ -92,7 +92,7 @@ jobs:
9292
9393
- name: Generate final changelog (with context)
9494
id: cliff_final
95-
uses: orhun/git-cliff-action@v3
95+
uses: orhun/git-cliff-action@v4
9696
with:
9797
config: cliff.toml
9898
args: --range ${{ steps.previous.outputs.previous_tag }}..${{ github.sha }}

0 commit comments

Comments
 (0)