Skip to content

Commit 4cc59b1

Browse files
chore(deps): update tj-actions/git-cliff action to v2 (#129)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d521b72 commit 4cc59b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
run: echo VERSION=${GITHUB_REF_NAME#v} >> $GITHUB_ENV # trim leading 'v' from tag name
8181

8282
- name: Generate changelog with git-cliff
83-
uses: tj-actions/git-cliff@75599f745633e29f99bd9e14a30865b7d2fcbe84 # v1.5.0
83+
uses: tj-actions/git-cliff@8bfb7bf10268aed30bde8e34ecaeddb6c6149edd # v2.1.0
8484
with:
8585
args: --latest --strip all
8686
output: "CHANGELOG.md"

0 commit comments

Comments
 (0)