From 5bbda2e9b301b94427258accccf0c3ef3c188573 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 10:24:59 +0000 Subject: [PATCH] chore(deps): update docker/setup-buildx-action action to v4.4.1 --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 723e535..044319e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: - name: Set up QEMU uses: docker/setup-qemu-action@v4.2.0 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v4.3.0 + uses: docker/setup-buildx-action@v4.4.1 - name: Log in to GitHub Container Registry if: github.event_name == 'push' && github.ref == 'refs/heads/main' uses: docker/login-action@v4.6.0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0835c45..7354ccc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,7 +42,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v4.3.0 + uses: docker/setup-buildx-action@v4.4.1 - name: Log in to GitHub Container Registry uses: docker/login-action@v4.6.0 with: