From cbeb56acb55b4bee64263a57c7cfa15205df6425 Mon Sep 17 00:00:00 2001 From: Marc Heying Date: Fri, 8 Mar 2024 13:50:05 +0100 Subject: [PATCH] update to latest action version and get rid of node deprecations warnings like > The following actions uses node12 which is deprecated and will be forced to run on node16 [...] --- .github/workflows/qa.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/qa.yaml b/.github/workflows/qa.yaml index 4abccde0..15519dc3 100644 --- a/.github/workflows/qa.yaml +++ b/.github/workflows/qa.yaml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Setup PHP, extensions and composer with shivammathur/setup-php uses: shivammathur/setup-php@v2 @@ -58,7 +58,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Setup PHP, extensions and composer with shivammathur/setup-php uses: shivammathur/setup-php@v2