From f551cf4b25a8d9b75f89b367ce5300d6bbbc3150 Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Fri, 11 Dec 2020 18:19:48 +0100 Subject: [PATCH] Use actions/checkout version 2 for PHP Coding Style check --- .github/workflows/test-extensions.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/test-extensions.yml b/.github/workflows/test-extensions.yml index 1304de2..0a4ea9c 100644 --- a/.github/workflows/test-extensions.yml +++ b/.github/workflows/test-extensions.yml @@ -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