diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 678584e..4c820a7 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -47,7 +47,7 @@ jobs: reorder-python-imports --exit-zero-even-if-changed --py39-plus **/*.py # Remove unused imports with https://github.com/PyCQA/autoflake - - uses: install-pinned/autoflake@1a248450153f02b75d051acf6c2a05df8c797666 + - uses: install-pinned/autoflake@69dc1612d7555634212dfeb452ec06ce04a431c8 - run: autoflake --in-place --remove-all-unused-imports -r . # Format your code with https://github.com/psf/black