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