We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87f2a18 commit 3240c4dCopy full SHA for 3240c4d
.github/workflows/php.yml
@@ -19,7 +19,7 @@ jobs:
19
20
- name: Cache Composer packages
21
id: composer-cache
22
- uses: actions/cache@v2
+ uses: actions/cache@v3
23
with:
24
path: vendor
25
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
0 commit comments