update github-actions to use node16

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-10-18 22:32:34 +02:00
parent e7ccc7bf76
commit a2c8096b57
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ jobs:
mariadb-version: [10.5, 10.4]
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Setup PHP, with composer and extensions
uses: shivammathur/setup-php@v2

View File

@@ -12,7 +12,7 @@ jobs:
mysql-version: [8.0, 5.7]
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Setup PHP, with composer and extensions
uses: shivammathur/setup-php@v2