diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 8ed005166..8dca853d1 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -39,7 +39,7 @@ jobs: - uses: install-pinned/autoflake@dfa39c5f136f5b885c175734a719dc6ad1f11fc7 - run: autoflake --in-place --remove-all-unused-imports --exclude mitmproxy/contrib -r . - - uses: install-pinned/black@3375665f712256be11c3212db472c3dafc217fa1 + - uses: install-pinned/black@eb57934f28e8d533bbcb4caa88d00b613b6ddd00 - run: black --extend-exclude mitmproxy/contrib . - uses: mhils/add-pr-ref-in-changelog@main