From f7191f817824f3bb52833bd00ba264eeafc2b291 Mon Sep 17 00:00:00 2001 From: Tracey Jaquith Date: Wed, 14 Feb 2024 18:57:28 -0800 Subject: [PATCH] try newer qemu (avoid warnings) --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index b51e710..03c7605 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -13,7 +13,7 @@ jobs: REGISTRY_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Set up QEMU - uses: docker/setup-qemu-action@v2 + uses: docker/setup-qemu-action@v3 - name: Extract branch name shell: bash