Skip to content

Commit 8199eea

Browse files
Upgrade actions
1 parent c8aa26e commit 8199eea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
php-versions: ['7.4', '8.0']
1515
name: Build PHP version ${{ matrix.php-versions }}
1616
steps:
17-
- uses: actions/checkout@v2
18-
- uses: actions/cache@v2
17+
- uses: actions/checkout@v3
18+
- uses: actions/cache@v3
1919
with:
2020
path: vendor
2121
key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)