We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c13e0e3 commit e79ea4aCopy full SHA for e79ea4a
1 file changed
.github/workflows/php-versions.yml
@@ -18,7 +18,7 @@ jobs:
18
19
- name: Cache Composer packages
20
id: composer-cache
21
- uses: actions/cache@v2
+ uses: actions/cache@v3
22
with:
23
path: vendor
24
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
0 commit comments