diff --git a/.github/workflows/pull-request-checks.yml b/.github/workflows/pull-request-checks.yml index 629a7d4..df9c40d 100644 --- a/.github/workflows/pull-request-checks.yml +++ b/.github/workflows/pull-request-checks.yml @@ -48,7 +48,7 @@ jobs: run: pip install -r requirements.txt - name: Execute the linting checks - uses: reviewdog/action-flake8@v3.11.0 + uses: reviewdog/action-flake8@v3.12.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} flake8_args: --config=.flake8