From 4b2f236b7f7b1055ab956d5063f52a4a9cc97ce6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 08:22:07 -0400 Subject: [PATCH] Bump peter-evans/create-pull-request from 4 to 5 (#398) --- .github/workflows/codeformat-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeformat-pr.yml b/.github/workflows/codeformat-pr.yml index 87cebd40..b6291d35 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@v4 + uses: peter-evans/create-pull-request@v5 with: token: ${{ secrets.DOCUMENTER_KEY }} commit-message: Format files using JuliaFormatter