Skip to content

Commit a1fee78

Browse files
dependabot[bot]YDX-2147483647
authored andcommitted
build(deps): bump orhun/git-cliff-action from 3 to 4
Bumps [orhun/git-cliff-action](https://github.com/orhun/git-cliff-action) from 3 to 4. - [Release notes](https://github.com/orhun/git-cliff-action/releases) - [Commits](orhun/git-cliff-action@v3...v4) --- updated-dependencies: - dependency-name: orhun/git-cliff-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 25055b3 commit a1fee78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
fetch-depth: 0
139139

140140
- name: Generate a changelog
141-
uses: orhun/git-cliff-action@v3
141+
uses: orhun/git-cliff-action@v4
142142
id: git-cliff
143143
with:
144144
config: cliff.toml
@@ -232,7 +232,7 @@ jobs:
232232
ref: ${{ github.event.repository.default_branch }}
233233

234234
- name: Update CHANGELOG
235-
uses: orhun/git-cliff-action@v3
235+
uses: orhun/git-cliff-action@v4
236236
with:
237237
config: cliff.toml
238238
args: --verbose

0 commit comments

Comments
 (0)