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

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-09-05 12:46:10 +03:00
committed by GitHub
parent fc77beb617
commit f46676a5c1
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
# Required to make it possible to compare with PR base branch
fetch-depth: 0

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