From 71757cf044e4c5d036daeb47e421b1d346979e2d Mon Sep 17 00:00:00 2001 From: Tim Jacomb <21194782+timja@users.noreply.github.com> Date: Thu, 26 Aug 2021 07:57:54 +0100 Subject: [PATCH] feat: qemu 6.1.0-1 --- .github/workflows/actions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 8919a2e..c5fea1c 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -18,8 +18,8 @@ jobs: qemu-user-static: runs-on: ubuntu-latest env: - VERSION: 6.0.0-2 - ORIGIN_VERSION: 6.0+dfsg-2exp + VERSION: 6.1.0-1 + ORIGIN_VERSION: 6.1+dfsg-1 steps: - uses: actions/checkout@v2 - name: Set variables