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