From 2067aa4551b8fab6ea1367163780e12670324072 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 21:56:24 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6.0.1 --- .github/workflows/build_containers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_containers.yml b/.github/workflows/build_containers.yml index fc14d90..25e3943 100644 --- a/.github/workflows/build_containers.yml +++ b/.github/workflows/build_containers.yml @@ -21,7 +21,7 @@ jobs: IS_NOT_PR: "${{ !github.head_ref && true }}" steps: - name: Checkout Sample-Server - uses: actions/checkout@v6.0.0 + uses: actions/checkout@v6.0.1 with: path: Sample-Server submodules: recursive