From 95f460406e393eb4a40afae6d517b2b9bad3ebb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 10:24:11 -0700 Subject: [PATCH] Bump docker/setup-qemu-action from 2 to 3 (#135) --- .github/workflows/ci.yml | 2 +- .github/workflows/daily.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 78e1faf..2668e8e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,7 +56,7 @@ jobs: sudo flatpak remote-add --system --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo - name: Set up QEMU - uses: docker/setup-qemu-action@v2 + uses: docker/setup-qemu-action@v3 if: ${{ matrix.configuration.platform }} with: platforms: ${{ matrix.configuration.platform }} diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml index e36ee8a..77e7d09 100644 --- a/.github/workflows/daily.yml +++ b/.github/workflows/daily.yml @@ -46,7 +46,7 @@ jobs: uses: actions/checkout@v4 - name: Set up QEMU - uses: docker/setup-qemu-action@v2 + uses: docker/setup-qemu-action@v3 if: ${{ matrix.configuration.platform }} with: platforms: ${{ matrix.configuration.platform }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1e9e4e9..281b1a4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -62,7 +62,7 @@ jobs: sudo flatpak remote-add --system --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo - name: Set up QEMU - uses: docker/setup-qemu-action@v2 + uses: docker/setup-qemu-action@v3 if: ${{ matrix.configuration.platform }} with: platforms: ${{ matrix.configuration.platform }}