Skip to content

Commit

Permalink
chore(deps): bump orhun/git-cliff-action from 3.0.2 to 3.1.0
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.2 to 3.1.0.
- [Release notes](https://github.com/orhun/git-cliff-action/releases)
- [Commits](orhun/git-cliff-action@8b17108...1199a3c)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 1, 2024
1 parent 07a8b8d commit 902a4cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ jobs:

- name: 'Generate release notes'
if: env.pr-tag == 'true'
uses: orhun/git-cliff-action@8b17108aad4d9362649a5dae020746c2a767c90d # v3.0.2
uses: orhun/git-cliff-action@1199a3c11df7d17b37c84c2f5daa6d773716177a # v3.1.0
with:
args: >
'--unreleased'
Expand All @@ -258,7 +258,7 @@ jobs:

- name: 'Generate "unreleased" notes'
if: env.pr-commit == 'true' && env.pr-tag == 'false'
uses: orhun/git-cliff-action@8b17108aad4d9362649a5dae020746c2a767c90d # v3.0.2
uses: orhun/git-cliff-action@1199a3c11df7d17b37c84c2f5daa6d773716177a # v3.1.0
with:
args: '--unreleased'
config: release.toml
Expand Down

0 comments on commit 902a4cd

Please sign in to comment.