Skip to content

Commit 4fbccd9

Browse files
authored
Update php.yml (#218)
1 parent 4a4603f commit 4fbccd9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- 6379:6379
3535

3636
steps:
37-
- uses: actions/checkout@v2
37+
- uses: actions/checkout@v3
3838
with:
3939
fetch-depth: 10
4040

@@ -43,7 +43,7 @@ jobs:
4343

4444
- name: Cache Composer packages
4545
id: composer-cache
46-
uses: actions/cache@v2
46+
uses: actions/cache@v3
4747
with:
4848
path: vendor
4949
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)