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