diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 9037e30e..1cc1ca22 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -18,7 +18,7 @@ jobs: using JuliaFormatter; format("src/"); format("test/"); format("docs/")' - 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: Format .jl files