Skip to content

Commit 6c44fb3

Browse files
committed
use version 6 of the create-pullrequest action
1 parent 140c6ea commit 6c44fb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/autofix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: composer exec -- phpcbf --standard=_test/phpcs.xml ${{ steps.dokuwiki-env.outputs.dir }}
5656

5757
- name: Create Pull Request
58-
uses: peter-evans/create-pull-request@v4
58+
uses: peter-evans/create-pull-request@v6
5959
with:
6060
path: ${{ steps.dokuwiki-env.outputs.dir }}
6161
commit-message: "🤖 Automatic code style fixes"

0 commit comments

Comments
 (0)