Skip to content

Commit

Permalink
build(deps): bump orhun/git-cliff-action from 3.0.1 to 3.0.2 (#42)
Browse files Browse the repository at this point in the history
Bumps [orhun/git-cliff-action](https://github.com/orhun/git-cliff-action) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/orhun/git-cliff-action/releases)
- [Commits](orhun/git-cliff-action@90ed560...8b17108)

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

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 Mar 10, 2024
1 parent 9a53928 commit 1adf1f7
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@90ed560c895459ac2ae450a00604a6ad02a78478
uses: orhun/git-cliff-action@8b17108aad4d9362649a5dae020746c2a767c90d
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@90ed560c895459ac2ae450a00604a6ad02a78478
uses: orhun/git-cliff-action@8b17108aad4d9362649a5dae020746c2a767c90d
with:
config: cliff.toml
args: --verbose --tag ${{ env.TAG }}
Expand Down

0 comments on commit 1adf1f7

Please sign in to comment.