Skip to content

Commit ffeade8

Browse files
authored
Merge pull request #46 from cms-multi/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents fcd8bc5 + 348d839 commit ffeade8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
run: composer validate --strict
6565

6666
- name: Cache Composer dependencies
67-
uses: actions/cache@v4
67+
uses: actions/cache@v5
6868
with:
6969
path: vendor
7070
key: ${{ runner.os }}-composer-${{ matrix.php }}-${{ matrix.laravel }}-${{ matrix.filament }}-${{ matrix.testbench }}-${{ matrix.livewire }}-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)