We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6e104e9 + e4a1fef commit d518763Copy full SHA for d518763
.github/workflows/php-composer.yaml
@@ -14,7 +14,7 @@ jobs:
14
15
- name: Cache Composer packages
16
id: composer-cache
17
- uses: actions/cache@v3
+ uses: actions/cache@v4
18
with:
19
path: vendor
20
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
0 commit comments