From c3e67744ed12a0dc5ad78ce30d37097e92622937 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 19:54:48 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/test_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_build.yml b/.github/workflows/test_build.yml index e91980b..2be8bac 100644 --- a/.github/workflows/test_build.yml +++ b/.github/workflows/test_build.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out the repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: 'true' - name: Set up NodeJS