From 5d5744682df59c4dea47d9f9fe6bcfd51e89449e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 18:01:31 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .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 c86ee9e..8f2dce9 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@v5 + uses: actions/checkout@v6 with: submodules: 'true' - name: Set up NodeJS