diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ca05130..0c5e89b 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -19,7 +19,7 @@ jobs: - name: Create Pull Request if: steps.action_black.outputs.is_formatted == 'true' - uses: peter-evans/create-pull-request@v6.1.0 + uses: peter-evans/create-pull-request@v7.0.0 with: token: ${{ secrets.GITHUB_TOKEN }} title: "Format Python code with psf/black push"