diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index d769b1209..1255a0bf3 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -39,7 +39,7 @@ jobs: - uses: install-pinned/autoflake@46b4898323be58db319656fe2758f3fd5ddfee32 - run: autoflake --in-place --remove-all-unused-imports --exclude mitmproxy/contrib -r . - - uses: install-pinned/black@91bfc65283b1e8e9abac5d9e2a092c03c2ffddb8 + - uses: install-pinned/black@c045c39e0ae31872523b1a8eaad8acd3d7ed7652 - run: black . - name: Run prettier