Skip to content

Commit dc5c1b2

Browse files
authored
Merge pull request #16 from tomatophp/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents f6eb55a + a7ca500 commit dc5c1b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
uses: actions/checkout@v6
4949

5050
- name: Cache Dependencies
51-
uses: actions/cache@v4
51+
uses: actions/cache@v5
5252
with:
5353
path: ~/.composer/cache/files
5454
key: dependencies-laravel-${{ matrix.laravel }}-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}

0 commit comments

Comments
 (0)