From 9eeaddac53ca35704e241eaa31983d9d0eb7bcc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 09:39:23 -0500 Subject: [PATCH] chore(deps): bump orhun/git-cliff-action from 3.0.2 to 4.4.1 (#167) Bumps [orhun/git-cliff-action](https://github.com/orhun/git-cliff-action) from 3.0.2 to 4.4.1. - [Release notes](https://github.com/orhun/git-cliff-action/releases) - [Commits](https://github.com/orhun/git-cliff-action/compare/8b17108aad4d9362649a5dae020746c2a767c90d...e364f07989916ffb9f50d7ef6c0a8c48082c2792) --- updated-dependencies: - dependency-name: orhun/git-cliff-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/python-app.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-app.yaml b/.github/workflows/python-app.yaml index 58b305e..68bf3e5 100644 --- a/.github/workflows/python-app.yaml +++ b/.github/workflows/python-app.yaml @@ -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@e364f07989916ffb9f50d7ef6c0a8c48082c2792 # v4.4.1 with: args: > '--unreleased' @@ -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@e364f07989916ffb9f50d7ef6c0a8c48082c2792 # v4.4.1 with: args: '--unreleased' config: release.toml