From 156a68f8bd0e80062b4635cfcf80955a5ee56928 Mon Sep 17 00:00:00 2001 From: slawkens Date: Sat, 9 Dec 2023 00:11:01 +0100 Subject: [PATCH] Update phplint.yml --- .github/workflows/phplint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/phplint.yml b/.github/workflows/phplint.yml index a1270e81..5c9f7dfb 100644 --- a/.github/workflows/phplint.yml +++ b/.github/workflows/phplint.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: overtrue/phplint@3.4 + - uses: overtrue/phplint@3.4.0 with: path: . options: --exclude="system/libs/polyfill-mbstring/bootstrap80.php"