Update actions/checkout action to v3

This commit is contained in:
Renovate Bot
2022-03-01 18:11:44 +00:00
parent 19332c2bc1
commit 775500f1d6
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ jobs:
coverage: xdebug
tools: php-cs-fixer, phpunit:${{ matrix.phpunit-versions }}
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Validate composer.json and composer.lock
run: composer validate --strict