diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a4a3d67..2f74741 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: name: PHP ${{ matrix.php }} - ES ${{ matrix.es }} Laravel ${{ matrix.laravel }} --${{ matrix.prefer }} steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v5.0.0 - name: Setup PHP uses: shivammathur/setup-php@v2