diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index 16ea90fb..614db5ec 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -64,7 +64,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 622f507f..7f1171e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ dev = [ "build", "pylint==2.15.10", "black==22.12.0", - "flake8==6.0.0", + "flake8==6.1.0", "isort==5.12.0", "pre-commit==2.20.0", "pyc_wheel==1.2.7",