From f1bcc0b20df306c909d1d0616f16c320bf41ff35 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Jul 2023 08:21:47 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20docker/setup-buil?= =?UTF-8?q?dx-action=20action=20to=20v2.9.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yaml | 2 +- .github/workflows/deploy.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1bea0d6..3d0fb61 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -157,7 +157,7 @@ jobs: - name: 🏗 Set up QEMU uses: docker/setup-qemu-action@v2.2.0 - name: 🏗 Set up Docker Buildx - uses: docker/setup-buildx-action@v2.8.0 + uses: docker/setup-buildx-action@v2.9.0 - name: ℹī¸ Compose build flags id: flags run: | diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index ca3dd1a..d013f24 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -81,7 +81,7 @@ jobs: - name: 🏗 Set up QEMU uses: docker/setup-qemu-action@v2.2.0 - name: 🏗 Set up Docker Buildx - uses: docker/setup-buildx-action@v2.8.0 + uses: docker/setup-buildx-action@v2.9.0 - name: ℹī¸ Compose build flags id: flags run: |