diff --git a/.github/workflows/Formatter.yml b/.github/workflows/Formatter.yml index d97a0332..eb538362 100644 --- a/.github/workflows/Formatter.yml +++ b/.github/workflows/Formatter.yml @@ -27,7 +27,7 @@ jobs: 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