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