From e7bcbe84dc74f281f7fd8d115f246a12aed600a4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 16:51:34 +0000 Subject: [PATCH] chore(deps): update docker/setup-qemu-action action to v4 | datasource | package | from | to | | ----------- | ------------------------ | ---- | -- | | github-tags | docker/setup-qemu-action | v3 | v4 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- .github/workflows/release-please.yml | 2 +- .github/workflows/release-publish.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 87785ed..66e883e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: fetch-depth: 0 ref: ${{ github.event.pull_request.head.sha }} - name: Install QEMU static binaries - uses: docker/setup-qemu-action@v3 + uses: docker/setup-qemu-action@v4 - name: Install Task uses: arduino/setup-task@v2 - name: Install Dagger diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index ea8cf9b..45a541a 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -25,7 +25,7 @@ jobs: with: node-version: 24 - name: Install QEMU static binaries - uses: docker/setup-qemu-action@v3 + uses: docker/setup-qemu-action@v4 - name: Install Task uses: arduino/setup-task@v2 - name: Install Dagger diff --git a/.github/workflows/release-publish.yml b/.github/workflows/release-publish.yml index 21c12e4..30b0601 100644 --- a/.github/workflows/release-publish.yml +++ b/.github/workflows/release-publish.yml @@ -15,7 +15,7 @@ jobs: - name: Checkout uses: actions/checkout@v6 - name: Install QEMU static binaries - uses: docker/setup-qemu-action@v3 + uses: docker/setup-qemu-action@v4 - name: Install Task uses: arduino/setup-task@v2 - name: Install Dagger