From f953a5db1c4d619d75bd993911750972bddc50b6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 09:40:13 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- src/.github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/.github/workflows/tests.yml b/src/.github/workflows/tests.yml index 30eb566..72201a3 100644 --- a/src/.github/workflows/tests.yml +++ b/src/.github/workflows/tests.yml @@ -14,7 +14,7 @@ jobs: services: steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: nanasess/setup-php@master with: php-version: '8.1'