From 1c62f32e27e1a21170bce472f31572ef5c7ce855 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 10:34:25 +0000 Subject: [PATCH] chore(deps): update actions/checkout action 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 9101bde851..721d24e6f3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -241,7 +241,7 @@ jobs: node: ['18.x'] steps: - name: Checkout repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - uses: actions/download-artifact@v4 with: