diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index acbdd41..dcc7302 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -76,7 +76,7 @@ jobs: name: PHP ${{ matrix.php }} / Laravel ${{ matrix.laravel }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Setup PHP uses: shivammathur/setup-php@v2