From 1465973860d8863a5c83c89a4df59a30ed1f3341 Mon Sep 17 00:00:00 2001 From: Fonata Date: Mon, 26 Dec 2022 20:52:09 +0100 Subject: [PATCH] ci: make actions use node 16 instead of node 12 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a14f1fc..2dbf224 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - "7.2" - "7.1" steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php_version }}