From 134eb55848be3c045e6dac5d5511c152be72c5cd Mon Sep 17 00:00:00 2001 From: Abrar Ahmad Date: Mon, 8 Aug 2022 17:42:40 +0500 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3cbda814..14d24f7d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: - name: Run php-cs-fixer run: $HOME/.composer/vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.php - name: Commit changes from php-cs-fixer - uses: EndBug/add-and-commit@v5 + uses: EndBug/add-and-commit@v9 with: author_name: "PHP CS Fixer" author_email: "phpcsfixer@example.com"