From 66b5211984244734e121a31611ab9962ba8e4350 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 20:14:34 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/build-container.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-container.yaml b/.github/workflows/build-container.yaml index bcf2ef7..eed0249 100644 --- a/.github/workflows/build-container.yaml +++ b/.github/workflows/build-container.yaml @@ -62,7 +62,7 @@ jobs: fi - name: Checkout 🛎️ - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Authenticate with Google 🔑 if: ${{ inputs.push-to-registry == true }}