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