From cff90f3c87222ac486227693eed37651b36245f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandre=20D=E2=80=99Eschambeault?= Date: Mon, 16 Oct 2023 13:25:45 -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 ab4eb8c..8598934 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -25,7 +25,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Setup PHP uses: shivammathur/setup-php@v2