diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 678584e..9bd7da1 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -51,7 +51,7 @@ jobs: - run: autoflake --in-place --remove-all-unused-imports -r . # Format your code with https://github.com/psf/black - - uses: install-pinned/black@9101a4d68e870eaaaae21c412d1d879b93c9afcb + - uses: install-pinned/black@e62499f8772fc9874825bd99af27281a569ab264 - run: black . - uses: autofix-ci/action@8bc06253bec489732e5f9c52884c7cace15c0160