From 47c8501c412c2f53f61ca292a5039f5939c32c5d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 12:37:07 +0000 Subject: [PATCH] chore(deps): update containerbase/internal-tools action to v3.0.63 (#27727) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b92fdf15a1..e009388a0b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -601,7 +601,7 @@ jobs: filter: blob:none # we don't need all blobs, only the full tree - name: docker-config - uses: containerbase/internal-tools@384ef8410b2475568f104169a03ff54eb822548a # v3.0.62 + uses: containerbase/internal-tools@8350f5691c53eb85d27301dae6de6d70ed047bbb # v3.0.63 with: command: docker-config -- GitLab