diff --git a/.github/workflows/codeformat-pr.yml b/.github/workflows/codeformat-pr.yml index 3adfc71f..0859bd19 100644 --- a/.github/workflows/codeformat-pr.yml +++ b/.github/workflows/codeformat-pr.yml @@ -27,7 +27,7 @@ jobs: - name: Install JuliaFormatter and format run: julia -e 'import Pkg; Pkg.add("JuliaFormatter"); using JuliaFormatter; format(["docs", "gen", "src", "test", "util"])' - name: Create Pull Request - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: token: ${{ secrets.DOCUMENTER_KEY }} commit-message: Format files using JuliaFormatter