From 4721fb691793cc0e26902114d3c8f49d1d1500f3 Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Fri, 26 Jan 2024 17:06:37 +0100 Subject: [PATCH] Bump to actions/checkout@v4 actions/checkout@v3 uses nodejs 16 that is deprecated --- .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 50ec335f..39e15b22 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -88,7 +88,7 @@ jobs: database: pgsql steps: - name: Check out repository code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: plugin