diff --git a/.github/workflows/version-bump-changelog.yml b/.github/workflows/version-bump-changelog.yml index 7587097..9018560 100644 --- a/.github/workflows/version-bump-changelog.yml +++ b/.github/workflows/version-bump-changelog.yml @@ -81,7 +81,7 @@ jobs: git_config_global: true - name: Generate changelog - uses: orhun/git-cliff-action@d77b37db2e3f7398432d34b72a12aa3e2ba87e51 # v4.6.0 + uses: orhun/git-cliff-action@e16f179f0be49ecdfe63753837f20b9531642772 # v4.7.0 with: config: ${{ inputs.changelog-config }} env: @@ -90,7 +90,7 @@ jobs: - name: Generate minimal changelog id: minimal-changelog - uses: orhun/git-cliff-action@d77b37db2e3f7398432d34b72a12aa3e2ba87e51 # v4.6.0 + uses: orhun/git-cliff-action@e16f179f0be49ecdfe63753837f20b9531642772 # v4.7.0 with: config: ${{ inputs.minimal-changelog-config }} args: --latest --strip header