There was an error while loading. Please reload this page.
2 parents fcd8bc5 + 348d839 commit ffeade8Copy full SHA for ffeade8
1 file changed
.github/workflows/run-tests.yml
@@ -64,7 +64,7 @@ jobs:
64
run: composer validate --strict
65
66
- name: Cache Composer dependencies
67
- uses: actions/cache@v4
+ uses: actions/cache@v5
68
with:
69
path: vendor
70
key: ${{ runner.os }}-composer-${{ matrix.php }}-${{ matrix.laravel }}-${{ matrix.filament }}-${{ matrix.testbench }}-${{ matrix.livewire }}-${{ hashFiles('**/composer.lock') }}
0 commit comments