diff --git a/.github/workflows/FormatPR.yml b/.github/workflows/FormatPR.yml index 1c48e38..efd65df 100644 --- a/.github/workflows/FormatPR.yml +++ b/.github/workflows/FormatPR.yml @@ -15,7 +15,7 @@ jobs: julia -e 'using JuliaFormatter; format(".")' - name: Create Pull Request id: cpr - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: Format .jl files