chore(deps): update actions/checkout action to v4

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-09-05 01:28:56 +00:00
committed by Ismo Vuorinen
parent d93bbd5feb
commit d05c19ca61
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@v3
- uses: actions/checkout@v4
- name: Validate composer.json and composer.lock
run: composer validate --strict