diff --git a/.github/workflows/format_code.yml b/.github/workflows/format_code.yml index 98a8bb30..7c65713a 100644 --- a/.github/workflows/format_code.yml +++ b/.github/workflows/format_code.yml @@ -24,7 +24,7 @@ jobs: python-version: "3.12" cache: "pip" - name: Run flake8 - uses: py-actions/flake8@v1 + uses: py-actions/flake8@v2 with: ignore: "F401,E501" args: "--exit-zero --select=E"