Skip to content

Commit

Permalink
build(deps): bump orhun/git-cliff-action from 4.0.0 to 4.0.2 (#59)
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.0.0 to 4.0.2.
- [Release notes](https://github.com/orhun/git-cliff-action/releases)
- [Commits](orhun/git-cliff-action@8720f56...9f34d77)

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

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 15, 2024
1 parent 7aed3bb commit 72fc20f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
fetch-depth: 0
- name: Generate changelog latest
uses: orhun/git-cliff-action@8720f565e14eb8f89de1c1399d3a5f75027957ff
uses: orhun/git-cliff-action@9f34d775d33d958da57115f4a2c7cfe9cff4a464
id: cliff
with:
config: cliff.toml
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
run: |
echo "TAG=${GITHUB_REF:10}" >> "$GITHUB_ENV"
- name: Refresh changelog
uses: orhun/git-cliff-action@8720f565e14eb8f89de1c1399d3a5f75027957ff
uses: orhun/git-cliff-action@9f34d775d33d958da57115f4a2c7cfe9cff4a464
with:
config: cliff.toml
args: --verbose --tag ${{ env.TAG }}
Expand Down

0 comments on commit 72fc20f

Please sign in to comment.