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