From a3456b527765d7a4642df66904963defee6f5a65 Mon Sep 17 00:00:00 2001 From: ndeet Date: Fri, 10 Mar 2023 10:46:56 +0100 Subject: [PATCH] Update checkout v2 to v3 as NodeJS 12 support will get dropped. (#103) --- .github/workflows/code_style.yml | 2 +- .github/workflows/phpunit.yml | 2 +- .github/workflows/psalm.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/code_style.yml b/.github/workflows/code_style.yml index 172f66a..f0fb1cd 100644 --- a/.github/workflows/code_style.yml +++ b/.github/workflows/code_style.yml @@ -8,7 +8,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Run PHP CS Fixer uses: docker://oskarstark/php-cs-fixer-ga diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 8d9a267..7c47ee4 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: '0' diff --git a/.github/workflows/psalm.yml b/.github/workflows/psalm.yml index be8c0e0..8d485bd 100644 --- a/.github/workflows/psalm.yml +++ b/.github/workflows/psalm.yml @@ -12,7 +12,7 @@ jobs: php-versions: ['8.0'] steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: '0'