diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6b1662b..4367790 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} --${{ matrix.prefer }} steps: - - uses: actions/checkout@v2.3.5 + - uses: actions/checkout@v2.4.0 - name: Setup PHP uses: shivammathur/setup-php@v2