We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 363e433 + 54d4e53 commit 8ea019fCopy full SHA for 8ea019f
1 file changed
.github/workflows/ci.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