We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6539bdd commit 39f8e5fCopy full SHA for 39f8e5f
.github/workflows/phpunit.yml
@@ -37,7 +37,7 @@ jobs:
37
38
- name: Cache Composer packages
39
id: composer-cache
40
- uses: actions/cache@v2
+ uses: actions/cache@v4
41
with:
42
path: vendor
43
key: ${{ matrix.php }}-composer-${{ hashFiles('**/composer.lock') }}
0 commit comments