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