From e3c5e5429ff117e685fa41515586822d12b2f769 Mon Sep 17 00:00:00 2001 From: Julia Package Butler <> Date: Thu, 6 May 2021 17:46:42 +0000 Subject: [PATCH] Fix issues identified by Julia Package Butler --- .github/workflows/jlpkgbutler-codeformat-pr-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/jlpkgbutler-codeformat-pr-workflow.yml b/.github/workflows/jlpkgbutler-codeformat-pr-workflow.yml index f1252a0..88b7a00 100644 --- a/.github/workflows/jlpkgbutler-codeformat-pr-workflow.yml +++ b/.github/workflows/jlpkgbutler-codeformat-pr-workflow.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v2 - uses: julia-actions/julia-codeformat@releases/v1 - name: Create Pull Request - uses: peter-evans/create-pull-request@v2 + uses: peter-evans/create-pull-request@v3 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: Format files using DocumentFormat