From 41068dbb63bff3a69d51d7f892109b130001c4e4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 09:40:42 +0000 Subject: [PATCH] ci(tools): update build tools to v4 --- .github/workflows/docker.yml | 8 ++++---- .github/workflows/v3.10.yml | 8 ++++---- .github/workflows/v3.11.yml | 8 ++++---- .github/workflows/v3.12.yml | 8 ++++---- .github/workflows/v3.9.yml | 8 ++++---- 5 files changed, 20 insertions(+), 20 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 2f58648..b88ffb8 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -55,21 +55,21 @@ jobs: maintainer=Thomas Boerger - name: Setup QEMU - uses: docker/setup-qemu-action@v3 + uses: docker/setup-qemu-action@v4 - name: Setup Buildx id: buildx uses: docker/setup-buildx-action@v3 - name: Hub login - uses: docker/login-action@v3 + uses: docker/login-action@v4 if: github.event_name != 'pull_request' with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} - name: Quay login - uses: docker/login-action@v3 + uses: docker/login-action@v4 if: github.event_name != 'pull_request' with: registry: quay.io @@ -77,7 +77,7 @@ jobs: password: ${{ secrets.QUAY_PASSWORD }} - name: Ghcr login - uses: docker/login-action@v3 + uses: docker/login-action@v4 if: github.event_name != 'pull_request' with: registry: ghcr.io diff --git a/.github/workflows/v3.10.yml b/.github/workflows/v3.10.yml index 515de17..e956a28 100644 --- a/.github/workflows/v3.10.yml +++ b/.github/workflows/v3.10.yml @@ -58,21 +58,21 @@ jobs: maintainer=Thomas Boerger - name: Setup QEMU - uses: docker/setup-qemu-action@v3 + uses: docker/setup-qemu-action@v4 - name: Setup Buildx id: buildx uses: docker/setup-buildx-action@v3 - name: Hub login - uses: docker/login-action@v3 + uses: docker/login-action@v4 if: github.event_name != 'pull_request' with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} - name: Quay login - uses: docker/login-action@v3 + uses: docker/login-action@v4 if: github.event_name != 'pull_request' with: registry: quay.io @@ -80,7 +80,7 @@ jobs: password: ${{ secrets.QUAY_PASSWORD }} - name: Ghcr login - uses: docker/login-action@v3 + uses: docker/login-action@v4 if: github.event_name != 'pull_request' with: registry: ghcr.io diff --git a/.github/workflows/v3.11.yml b/.github/workflows/v3.11.yml index d4ed0eb..21e858c 100644 --- a/.github/workflows/v3.11.yml +++ b/.github/workflows/v3.11.yml @@ -58,21 +58,21 @@ jobs: maintainer=Thomas Boerger - name: Setup QEMU - uses: docker/setup-qemu-action@v3 + uses: docker/setup-qemu-action@v4 - name: Setup Buildx id: buildx uses: docker/setup-buildx-action@v3 - name: Hub login - uses: docker/login-action@v3 + uses: docker/login-action@v4 if: github.event_name != 'pull_request' with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} - name: Quay login - uses: docker/login-action@v3 + uses: docker/login-action@v4 if: github.event_name != 'pull_request' with: registry: quay.io @@ -80,7 +80,7 @@ jobs: password: ${{ secrets.QUAY_PASSWORD }} - name: Ghcr login - uses: docker/login-action@v3 + uses: docker/login-action@v4 if: github.event_name != 'pull_request' with: registry: ghcr.io diff --git a/.github/workflows/v3.12.yml b/.github/workflows/v3.12.yml index da28b85..3313935 100644 --- a/.github/workflows/v3.12.yml +++ b/.github/workflows/v3.12.yml @@ -58,21 +58,21 @@ jobs: maintainer=Thomas Boerger - name: Setup QEMU - uses: docker/setup-qemu-action@v3 + uses: docker/setup-qemu-action@v4 - name: Setup Buildx id: buildx uses: docker/setup-buildx-action@v3 - name: Hub login - uses: docker/login-action@v3 + uses: docker/login-action@v4 if: github.event_name != 'pull_request' with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} - name: Quay login - uses: docker/login-action@v3 + uses: docker/login-action@v4 if: github.event_name != 'pull_request' with: registry: quay.io @@ -80,7 +80,7 @@ jobs: password: ${{ secrets.QUAY_PASSWORD }} - name: Ghcr login - uses: docker/login-action@v3 + uses: docker/login-action@v4 if: github.event_name != 'pull_request' with: registry: ghcr.io diff --git a/.github/workflows/v3.9.yml b/.github/workflows/v3.9.yml index 907ceae..49c9e2b 100644 --- a/.github/workflows/v3.9.yml +++ b/.github/workflows/v3.9.yml @@ -58,21 +58,21 @@ jobs: maintainer=Thomas Boerger - name: Setup QEMU - uses: docker/setup-qemu-action@v3 + uses: docker/setup-qemu-action@v4 - name: Setup Buildx id: buildx uses: docker/setup-buildx-action@v3 - name: Hub login - uses: docker/login-action@v3 + uses: docker/login-action@v4 if: github.event_name != 'pull_request' with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} - name: Quay login - uses: docker/login-action@v3 + uses: docker/login-action@v4 if: github.event_name != 'pull_request' with: registry: quay.io @@ -80,7 +80,7 @@ jobs: password: ${{ secrets.QUAY_PASSWORD }} - name: Ghcr login - uses: docker/login-action@v3 + uses: docker/login-action@v4 if: github.event_name != 'pull_request' with: registry: ghcr.io