We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e104e9 commit e4a1fefCopy full SHA for e4a1fef
.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