diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 601bc25..0124dd9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -40,7 +40,7 @@ jobs: uses: actions/checkout@v7 - name: Cache Composer dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.composer/cache/files key: composer-${{ matrix.php }}-${{ matrix.laravel }}-${{ hashFiles('composer.json') }}