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 }}