Skip to content

Commit

Permalink
build(deps): bump orhun/git-cliff-action from 2.3.0 to 3.0.1 (#364)
Browse files Browse the repository at this point in the history
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](orhun/git-cliff-action@b7913b6...90ed560)

---
updated-dependencies:
- dependency-name: orhun/git-cliff-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 25, 2024
1 parent f729522 commit 24aeacf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit 24aeacf

Please sign in to comment.