Skip to content

Commit 90aee1b

Browse files
committed
chore: update git-cliff-action to v4
1 parent 174e42f commit 90aee1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fetch-depth: 0
2626

2727
- name: Current Changes
28-
uses: orhun/git-cliff-action@v3
28+
uses: orhun/git-cliff-action@v4
2929
id: git-cliff
3030
with:
3131
config: cliff.toml
@@ -35,7 +35,7 @@ jobs:
3535
GITHUB_REPO: ${{ github.repository }}
3636

3737
- name: Generate changelog
38-
uses: orhun/git-cliff-action@v3
38+
uses: orhun/git-cliff-action@v4
3939
id: git-cliff-changelog
4040
with:
4141
config: cliff.toml

0 commit comments

Comments
 (0)