diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 85145820..a28edc6b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: name: PHP Lint runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: overtrue/phplint@5.3.0 php-codesniffer74: name: PHP CS 7.4