From 7b0d97a613479b5f36910dc484dd0ffb32b995f0 Mon Sep 17 00:00:00 2001 From: Marco Nenciarini Date: Wed, 28 May 2025 09:14:59 +0200 Subject: [PATCH] chore: cosmetic changes Signed-off-by: Marco Nenciarini --- .github/workflows/ci.yml | 3 ++- .github/workflows/release-please.yml | 10 ++++++---- .github/workflows/release-publish.yml | 3 ++- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d3a2ec..0ac7323 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,13 +26,14 @@ jobs: echo "-------------Disk info after cleanup----------------" df -h echo "-----------------------------------------------------" - - uses: docker/setup-qemu-action@v3 - name: Checkout uses: actions/checkout@v4 # We need the full history for the commitlint task with: fetch-depth: 0 ref: ${{ github.event.pull_request.head.sha }} + - name: Install QEMU static binaries + uses: docker/setup-qemu-action@v3 - 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 a85140b..e1216d9 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -12,12 +12,14 @@ jobs: # TODO: googleapis/release-please-action cannot sign commits yet. # We'll use the cli until there's a fix for # https://github.com/googleapis/release-please/issues/2280. - - uses: actions/setup-node@v4 - with: - node-version: 20 - - uses: docker/setup-qemu-action@v3 - name: Checkout uses: actions/checkout@v4 + - name: Install node + uses: actions/setup-node@v4 + with: + node-version: 20 + - name: Install QEMU static binaries + uses: docker/setup-qemu-action@v3 - 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 627f9e8..5bd4dc1 100644 --- a/.github/workflows/release-publish.yml +++ b/.github/workflows/release-publish.yml @@ -7,9 +7,10 @@ jobs: release-publish-artifacts: runs-on: ubuntu-latest steps: - - uses: docker/setup-qemu-action@v3 - name: Checkout uses: actions/checkout@v4 + - name: Install QEMU static binaries + uses: docker/setup-qemu-action@v3 - name: Install Task uses: arduino/setup-task@v2 - name: Install Dagger