diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 23912ff..695e247 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: php: ['8.0', '8.1', '8.2', '8.3'] name: PHP ${{ matrix.php }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup PHP uses: shivammathur/setup-php@2.29.0 with: