From b5973ea9e6a58ae1c5a2571a43140364ddd021f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Dec 2023 21:38:25 +0000 Subject: [PATCH] chore(deps): update docker/setup-buildx-action action to v2.10.0 --- .github/workflows/continuous-delivery.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-delivery.yml b/.github/workflows/continuous-delivery.yml index c1e7a79e993..58183a2bee3 100644 --- a/.github/workflows/continuous-delivery.yml +++ b/.github/workflows/continuous-delivery.yml @@ -21,7 +21,7 @@ jobs: with: submodules: true - name: Setup Docker Buildx - uses: docker/setup-buildx-action@v2.2.1 + uses: docker/setup-buildx-action@v2.10.0 - name: Login to GitHub Container Registry uses: docker/login-action@v2.2.0 with: