From 07cb4d7add16762cabb33bc7a002323b54e99249 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 10:31:02 +0000 Subject: [PATCH] chore(deps): update containerbase/internal-tools action to v3.0.58 (#27354) 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 d9f2f52c57..bcc9f24937 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@2951ced35dd6127673e4e2cf937416460a317f3b # v3.0.57 + uses: containerbase/internal-tools@14399dac6435809436d19e1171379e1170e59cc0 # v3.0.58 with: command: docker-config -- GitLab