From d5726ab1d2e3ba0ed8aa3f8692c1f7aad6110021 Mon Sep 17 00:00:00 2001 From: Abdul Rauf Date: Wed, 15 Nov 2023 23:07:56 +0000 Subject: [PATCH] ci: update docker/setup-qemu-action to v3 --- .github/workflows/ci.yml | 2 +- .github/workflows/container-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 51557818..a081410c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -106,7 +106,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up QEMU - uses: docker/setup-qemu-action@v2 + uses: docker/setup-qemu-action@v3 with: platforms: arm64 diff --git a/.github/workflows/container-release.yml b/.github/workflows/container-release.yml index 509052ea..5785f31b 100644 --- a/.github/workflows/container-release.yml +++ b/.github/workflows/container-release.yml @@ -38,7 +38,7 @@ jobs: fi - name: Set up QEMU - uses: docker/setup-qemu-action@v2 + uses: docker/setup-qemu-action@v3 with: platforms: arm64