From 7ecfd09f165b201f7ef8b92b7712b79947d224d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2024 11:05:40 +0000 Subject: [PATCH] chore(minor): update docker/setup-buildx-action action to v3.4.0 (#424) 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 0811441..6d55ed6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -88,7 +88,7 @@ jobs: - name: Set up Docker Buildx if: ${{ steps.dir-check.outputs.exists == 'true' }} id: buildx - uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0 + uses: docker/setup-buildx-action@4fd812986e6c8c2a69e18311145f9371337f27d4 # v3.4.0 - name: Login to GHCR if: github.event_name != 'pull_request' && steps.dir-check.outputs.exists == 'true'