From 7b125721b8431c360889ca3eabff47eb3be4bbdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Apr 2023 09:26:18 +0000 Subject: [PATCH] build(deps): bump orhun/git-cliff-action from 2.0.5 to 2.0.6 (#23) Bumps [orhun/git-cliff-action](https://github.com/orhun/git-cliff-action) from 2.0.5 to 2.0.6. - [Release notes](https://github.com/orhun/git-cliff-action/releases) - [Commits](https://github.com/orhun/git-cliff-action/compare/05204db500127e1d06a0ec1cbd7b720226bb4b3a...0e74765f2f83d747a692ae478847f38d3587bb58) --- updated-dependencies: - dependency-name: orhun/git-cliff-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2b683bb..7684e6f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: with: fetch-depth: 0 - name: Generate changelog latest - uses: orhun/git-cliff-action@05204db500127e1d06a0ec1cbd7b720226bb4b3a + uses: orhun/git-cliff-action@0e74765f2f83d747a692ae478847f38d3587bb58 id: cliff with: config: cliff.toml @@ -50,7 +50,7 @@ jobs: run: | echo "TAG=${GITHUB_REF:10}" >> "$GITHUB_ENV" - name: Refresh changelog - uses: orhun/git-cliff-action@05204db500127e1d06a0ec1cbd7b720226bb4b3a + uses: orhun/git-cliff-action@0e74765f2f83d747a692ae478847f38d3587bb58 with: config: cliff.toml args: --verbose --tag ${{ env.TAG }}