Skip to content
This repository was archived by the owner on Mar 28, 2024. It is now read-only.

Commit 6d7433e

Browse files
chore(deps): update tj-actions/git-cliff action to v1.5.0
| datasource | package | from | to | | ----------- | -------------------- | ------ | ------ | | github-tags | tj-actions/git-cliff | v1.4.2 | v1.5.0 |
1 parent 882daa7 commit 6d7433e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
run: echo VERSION=${GITHUB_REF_NAME#v} >> $GITHUB_ENV # trim leading 'v' from tag name
118118

119119
- name: Generate changelog with git-cliff
120-
uses: tj-actions/git-cliff@b8b856ab6829a813d4ed58476b6faaec9c2b24ef # v1.4.2
120+
uses: tj-actions/git-cliff@75599f745633e29f99bd9e14a30865b7d2fcbe84 # v1.5.0
121121
with:
122122
args: --latest --strip all
123123
output: "CHANGELOG.md"

0 commit comments

Comments
 (0)