We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b33a2a commit 12ffd06Copy full SHA for 12ffd06
.github/workflows/tests.yml
@@ -25,7 +25,7 @@ jobs:
25
26
- name: Cache Composer packages
27
id: composer-cache
28
- uses: actions/cache@v2
+ uses: actions/cache@v4
29
with:
30
path: vendor
31
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
0 commit comments