From 14ab01ffaf196dacf47f3682fdad46f3874cab58 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 17:48:40 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6.0.3 --- .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 e0a8818a..65c8c91d 100644 --- a/.github/workflows/build_containers.yml +++ b/.github/workflows/build_containers.yml @@ -36,7 +36,7 @@ jobs: password: ${{ env.REGISTRY_TOKEN }} - name: Checkout Repository - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v6.0.3 with: path: Sample-Server submodules: recursive