From b56f25a5c438f7c707e65b205b1e471c6d75694b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 10:55:27 +0000 Subject: [PATCH] Update actions/checkout action to v4 --- .github/workflows/testing-in-github-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing-in-github-actions.yml b/.github/workflows/testing-in-github-actions.yml index f31af95..86a199c 100644 --- a/.github/workflows/testing-in-github-actions.yml +++ b/.github/workflows/testing-in-github-actions.yml @@ -31,7 +31,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup PHP uses: shivammathur/setup-php@v2