From 9604ee170176039c8bab70d9b5055f6bbc05a2a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 13:00:55 +0200 Subject: [PATCH] Upgrade `docker/setup-buildx-action` to 3 version (#20) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 10fc3b4..74f7c38 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: with: fetch-depth: 0 # for correct image labeling via `git describe --tags` - uses: docker/setup-qemu-action@v3 - - uses: docker/setup-buildx-action@v2 + - uses: docker/setup-buildx-action@v3 - run: make docker.image no-cache=yes platform=${{ matrix.os }}/${{ matrix.arch }}