Skip to content

Commit f186e51

Browse files
build(deps): bump orhun/git-cliff-action from 2.2.0 to 2.3.0 (#38)
Bumps [orhun/git-cliff-action](https://github.com/orhun/git-cliff-action) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/orhun/git-cliff-action/releases) - [Commits](orhun/git-cliff-action@9158b31...b7913b6) --- updated-dependencies: - dependency-name: orhun/git-cliff-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8a3087f commit f186e51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
fetch-depth: 0
2020
- name: Generate changelog latest
21-
uses: orhun/git-cliff-action@9158b314444bf7bcea182ed7d7935fc69366ce66
21+
uses: orhun/git-cliff-action@b7913b664658dd091d9971658cb02a19047baa79
2222
id: cliff
2323
with:
2424
config: cliff.toml
@@ -50,7 +50,7 @@ jobs:
5050
run: |
5151
echo "TAG=${GITHUB_REF:10}" >> "$GITHUB_ENV"
5252
- name: Refresh changelog
53-
uses: orhun/git-cliff-action@9158b314444bf7bcea182ed7d7935fc69366ce66
53+
uses: orhun/git-cliff-action@b7913b664658dd091d9971658cb02a19047baa79
5454
with:
5555
config: cliff.toml
5656
args: --verbose --tag ${{ env.TAG }}

0 commit comments

Comments
 (0)