From 01cabba7722d924bfec7882baed9a6eece3dc9f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandre=20D=E2=80=99Eschambeault?= Date: Mon, 16 Oct 2023 13:25:53 -0400 Subject: [PATCH] ci: update actions/checkout to v4 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8406cb4..caa0698 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Setup PHP uses: shivammathur/setup-php@v2