diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index 6cb41148..250cbe8b 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -65,7 +65,7 @@ jobs: fi - name: Push changes - uses: ad-m/github-push-action@v0.8.0 + uses: ad-m/github-push-action@v0.6.0 if: always() && steps.commit.outputs.CHANGES == 'true' with: branch: ${{ github.head_ref }} diff --git a/pyproject.toml b/pyproject.toml index 3c9384f2..a3977d47 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ dev = [ "build", "pylint==2.17.7", "black==22.12.0", - "flake8==6.0.0", + "flake8==6.1.0", "isort==5.12.0", "pre-commit==2.21.0", "pyc_wheel==1.2.7",