From ba30987033ef0d6fc82a3d9d7b09af8536005ca4 Mon Sep 17 00:00:00 2001 From: Brian Faust Date: Wed, 4 Mar 2020 07:38:42 +0200 Subject: [PATCH] ci: use stefanzweifel/git-auto-commit-action@v4.0.0 --- .github/workflows/format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index a0f0d57..7b38717 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -18,7 +18,7 @@ jobs: - name: Run php-cs-fixer run: ./vendor/bin/php-cs-fixer fix - - uses: stefanzweifel/git-auto-commit-action@v2.1.0 + - uses: stefanzweifel/git-auto-commit-action@v4.0.0 with: commit_message: "style: resolve style guide violations" branch: ${{ github.head_ref }}