We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 393eb15 commit 41f3edbCopy full SHA for 41f3edb
.github/workflows/php.yml
@@ -31,7 +31,7 @@ jobs:
31
32
- name: Cache Composer packages
33
id: composer-cache
34
- uses: actions/cache@v2
+ uses: actions/cache@v4
35
with:
36
path: vendor
37
key: ${{ runner.os }}-${{ matrix.php }}--${{ matrix.laravel }}--node-${{ hashFiles('**/composer.lock') }}
0 commit comments