Use actions/checkout version 2 for PHP Coding Style check

pull/220/head
Michele Locati 2020-12-11 18:19:48 +01:00
parent d4fdc6e46d
commit f551cf4b25
1 changed files with 1 additions and 3 deletions

View File

@ -46,9 +46,7 @@ jobs:
php-version: "7.4"
tools: composer
- name: Checkout
uses: actions/checkout@v1
with:
fetch-depth: 1
uses: actions/checkout@v2
- name: Install Composer dependencies
run: composer install --no-progress --classmap-authoritative
- name: Check coding style