From 22513421be3374d10e9af6f3b8eb18aeda6d87eb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 09:17:59 +0000 Subject: [PATCH] ci(tools): update build tools to v4 --- .github/workflows/docker.yml | 8 ++++---- .github/workflows/v8.1.yml | 8 ++++---- .github/workflows/v8.2.yml | 8 ++++---- .github/workflows/v8.3.yml | 8 ++++---- .github/workflows/v8.4.yml | 8 ++++---- 5 files changed, 20 insertions(+), 20 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 0d2e1e4..585497d 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/v8.1.yml b/.github/workflows/v8.1.yml index 7b2a42a..38ba163 100644 --- a/.github/workflows/v8.1.yml +++ b/.github/workflows/v8.1.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/v8.2.yml b/.github/workflows/v8.2.yml index 3559dc8..56d6ce3 100644 --- a/.github/workflows/v8.2.yml +++ b/.github/workflows/v8.2.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/v8.3.yml b/.github/workflows/v8.3.yml index b3a6fa5..f0afdad 100644 --- a/.github/workflows/v8.3.yml +++ b/.github/workflows/v8.3.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/v8.4.yml b/.github/workflows/v8.4.yml index 54ede8f..a653e56 100644 --- a/.github/workflows/v8.4.yml +++ b/.github/workflows/v8.4.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