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 4a4603f commit 4fbccd9Copy full SHA for 4fbccd9
1 file changed
.github/workflows/php.yml
@@ -34,7 +34,7 @@ jobs:
34
- 6379:6379
35
36
steps:
37
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
38
with:
39
fetch-depth: 10
40
@@ -43,7 +43,7 @@ jobs:
43
44
- name: Cache Composer packages
45
id: composer-cache
46
- uses: actions/cache@v2
+ uses: actions/cache@v3
47
48
path: vendor
49
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
0 commit comments