From fe124bb658286c8606a0d3fe8968b6864731d4c6 Mon Sep 17 00:00:00 2001 From: Luciano Righetti Date: Thu, 6 Apr 2023 09:40:01 +0200 Subject: [PATCH] fix: nodejs deprecation notice --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ad13cc0..a6b30b8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: os: [ubuntu-20.04] php: ["8.2"] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Create config files run: |