diff --git a/.github/workflows/package-release.yml b/.github/workflows/package-release.yml index 6f4a4262..3270d6c9 100644 --- a/.github/workflows/package-release.yml +++ b/.github/workflows/package-release.yml @@ -82,7 +82,7 @@ jobs: python scripts/check_unreleased_changelog_items.py git config --global tag.gpgSign true - name: Python Semantic Release - uses: python-semantic-release/python-semantic-release@v9.6.0 + uses: python-semantic-release/python-semantic-release@v9.7.2 id: release with: force: ${{ inputs.release_level }} diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 487107d8..7a0e60ed 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -47,6 +47,7 @@ repos: - id: check-dependabot - id: check-github-actions - id: check-github-workflows + args: [--verbose] - repo: https://github.com/commitizen-tools/commitizen rev: v3.25.0 hooks: