From 24aeacf10a019fa95462b769bc45a52cfc5c1e84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Feb 2024 09:38:26 +0000 Subject: [PATCH] build(deps): bump orhun/git-cliff-action from 2.3.0 to 3.0.1 (#364) Bumps [orhun/git-cliff-action](https://github.com/orhun/git-cliff-action) from 2.3.0 to 3.0.1. - [Release notes](https://github.com/orhun/git-cliff-action/releases) - [Commits](https://github.com/orhun/git-cliff-action/compare/b7913b664658dd091d9971658cb02a19047baa79...90ed560c895459ac2ae450a00604a6ad02a78478) --- updated-dependencies: - dependency-name: orhun/git-cliff-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 4cb8eb7a..529088ac 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -69,7 +69,7 @@ jobs: - name: cosign artifacts run: .github/workflows/cd.sh cosign - name: generate changelog latest - uses: orhun/git-cliff-action@b7913b664658dd091d9971658cb02a19047baa79 + uses: orhun/git-cliff-action@90ed560c895459ac2ae450a00604a6ad02a78478 id: cliff with: config: cliff.toml @@ -175,7 +175,7 @@ jobs: run: | echo "TAG=${GITHUB_REF:10}" >> "$GITHUB_ENV" - name: Refresh changelog - uses: orhun/git-cliff-action@b7913b664658dd091d9971658cb02a19047baa79 + uses: orhun/git-cliff-action@90ed560c895459ac2ae450a00604a6ad02a78478 with: config: cliff.toml args: --verbose --tag ${{ env.TAG }}