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