We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51a2a73 commit 5fc6c7dCopy full SHA for 5fc6c7d
1 file changed
.github/workflows/test.yml
@@ -19,7 +19,7 @@ jobs:
19
uses: actions/checkout@v3
20
21
- name: Cache dependencies
22
- uses: actions/cache@v2
+ uses: actions/cache@v4
23
with:
24
path: ~/.composer/cache/files
25
key: dependencies-laravel-${{ matrix.laravel }}-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}
0 commit comments