Skip to content

Commit 81d613b

Browse files
committed
ci: Using v4 of git-cliff-action
1 parent 44f277c commit 81d613b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lazarus.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129

130130
- name: Generate Release Notes
131131
id: git-cliff
132-
uses: orhun/git-cliff-action@main
132+
uses: orhun/git-cliff-action@v4
133133
with:
134134
config: .github/cliff.toml
135135
args: --latest --strip header
@@ -141,4 +141,4 @@ jobs:
141141
body: ${{ steps.git-cliff.outputs.content }}
142142
files: dist/*
143143
env:
144-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
144+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)