From 30f90118c5cec2e6614af6ef7d0abbd85271a417 Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Mon, 5 Jun 2023 20:33:53 +0300 Subject: [PATCH] Update lint-fixer.yml --- .github/workflows/lint-fixer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-fixer.yml b/.github/workflows/lint-fixer.yml index ec6067c..184a3a7 100644 --- a/.github/workflows/lint-fixer.yml +++ b/.github/workflows/lint-fixer.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v3 - name: Checking PHP Syntax - uses: TheDragonCode/codestyler@v3.0.4 + uses: TheDragonCode/codestyler@v3 with: github_token: ${{ secrets.COMPOSER_TOKEN }} fix: true