From e8778a5d646512a5acef61d0fb0bcc3327fd6d13 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 08:15:58 +0000 Subject: [PATCH] chore(deps): update docker/setup-buildx-action action to v3.7.1 --- .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 ae4fe70..c05cb85 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.3.0 + uses: docker/setup-buildx-action@v3.7.1 - name: configure aws credentials uses: aws-actions/configure-aws-credentials@v4.0.2