From 61dd69256a27fd5888f34f9e5bf1406b0c535730 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 10:16:27 +0000 Subject: [PATCH] chore(deps): update docker/setup-buildx-action action to v3.8.0 --- .github/workflows/build-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 9f549ab..4970ea0 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -36,7 +36,7 @@ jobs: images: ${{ secrets.ECR_URL }}/${{ github.repository }} - name: Set up Buildx - uses: docker/setup-buildx-action@v3.7.1 + uses: docker/setup-buildx-action@v3.8.0 - name: configure aws credentials uses: aws-actions/configure-aws-credentials@v4.0.2