We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6bcd767 + e2a2c0e commit c75f2beCopy full SHA for c75f2be
1 file changed
.github/workflows/php.yml
@@ -22,7 +22,7 @@ jobs:
22
23
- name: Cache Composer packages
24
id: composer-cache
25
- uses: actions/cache@v4
+ uses: actions/cache@v5
26
with:
27
path: vendor
28
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
0 commit comments