diff --git a/.github/workflows/format_pr.yml b/.github/workflows/format_pr.yml index 724a13842..14979d97e 100644 --- a/.github/workflows/format_pr.yml +++ b/.github/workflows/format_pr.yml @@ -19,7 +19,7 @@ jobs: - name: Create Pull Request if: ${{ failure() }} id: cpr - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: "Format .jl files [skip ci]"