diff --git a/.github/workflows/formatter.yml b/.github/workflows/formatter.yml index e419a2b..c2c4884 100644 --- a/.github/workflows/formatter.yml +++ b/.github/workflows/formatter.yml @@ -13,7 +13,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"