Merge pull request #13 from ivuorinen/renovate/actions-checkout-3.x

Update actions/checkout action to v3
This commit is contained in:
2022-03-02 08:37:14 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

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

View File

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