Skip to content

Commit

Permalink
build(deps): bump orhun/git-cliff-action from 4.1.0 to 4.3.0 (#466)
Browse files Browse the repository at this point in the history
Bumps [orhun/git-cliff-action](https://github.com/orhun/git-cliff-action) from 4.1.0 to 4.3.0.
- [Release notes](https://github.com/orhun/git-cliff-action/releases)
- [Commits](orhun/git-cliff-action@76ba43a...14bb673)

---
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>
  • Loading branch information
dependabot[bot] authored Sep 29, 2024
1 parent ac863ec commit 2bc0b65
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@76ba43af940f631f5920e7f8d0de1321703b7cf0
uses: orhun/git-cliff-action@14bb67385aaac969efa2f146d137a42bb3b0aa87
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@76ba43af940f631f5920e7f8d0de1321703b7cf0
uses: orhun/git-cliff-action@14bb67385aaac969efa2f146d137a42bb3b0aa87
with:
config: cliff.toml
args: --verbose --tag ${{ env.TAG }}
Expand Down

0 comments on commit 2bc0b65

Please sign in to comment.