We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22abbea commit 95550a5Copy full SHA for 95550a5
1 file changed
.github/workflows/tests.yaml
@@ -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 }}-php-${{ hashFiles('**/composer.lock') }}
0 commit comments