diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8ec1486..026d1a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} --${{ matrix.prefer }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v5 - name: Setup PHP uses: shivammathur/setup-php@v2