From d23d995d1384effd67bc9d62f391b72aaeae1b87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Wed, 3 Jun 2020 21:46:05 +0200 Subject: [PATCH] Update to v2 of the action This should prevent upgrading to Composer v2 by mistake --- .github/workflows/continuous-integration.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 774d8301..d880e88d 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -59,7 +59,7 @@ jobs: uses: "actions/checkout@v2.0.0" - name: "Install PHP" - uses: "shivammathur/setup-php@1.8.2" + uses: "shivammathur/setup-php@v2" with: coverage: "none" php-version: "${{ matrix.php-version }}" @@ -99,7 +99,7 @@ jobs: uses: "actions/checkout@v2.0.0" - name: "Install PHP" - uses: "shivammathur/setup-php@1.8.2" + uses: "shivammathur/setup-php@v2" with: coverage: "none" php-version: "${{ matrix.php-version }}" @@ -133,7 +133,7 @@ jobs: uses: "actions/checkout@v2.0.0" - name: "Install PHP" - uses: "shivammathur/setup-php@1.8.2" + uses: "shivammathur/setup-php@v2" with: coverage: "none" php-version: "${{ matrix.php-version }}"