From bdf784d2ae1ccb27d4418e9287b1557da21dd819 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 19:44:32 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1694bef..e481556 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,7 +21,7 @@ jobs: ubuntu-release: ["22.04"] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Prepare working environment for running and collecting test results run: |