From 723a76d38cca61247093ef32d404403fe851e192 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 09:14:45 +0000 Subject: [PATCH] chore(deps): update docker/setup-buildx-action action to v3 --- .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 70030f4..a46ec5a 100644 --- a/.github/workflows/continuous-delivery.yml +++ b/.github/workflows/continuous-delivery.yml @@ -16,7 +16,7 @@ jobs: - name: Checkout Project uses: actions/checkout@v2 - name: Setup Docker Buildx - uses: docker/setup-buildx-action@v1.7.0 + uses: docker/setup-buildx-action@v3.7.0 - name: Login to GitHub Container Registry uses: docker/login-action@v1.14.1 with: