From f70a04b2c180df929201d648f05fcb422ed85628 Mon Sep 17 00:00:00 2001 From: Ole Herman Schumacher Elgesem <4048546+olehermanse@users.noreply.github.com> Date: Mon, 4 Mar 2024 18:32:26 +0100 Subject: [PATCH] GH Actions: Update create-pull-request --- .github/workflows/black-format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/black-format.yml b/.github/workflows/black-format.yml index 3f2e9dc9..f7bf72b2 100644 --- a/.github/workflows/black-format.yml +++ b/.github/workflows/black-format.yml @@ -54,7 +54,7 @@ jobs: echo ::set-output name=body::$body - name: Create Pull Request if: hashFiles('git_diff_exists') != '' - uses: cfengine/create-pull-request@v3 + uses: cfengine/create-pull-request@v6 with: title: Reformatted python code using Black formatter body: ${{ steps.commit-message-from-file.outputs.body }}