From 87a797aaa1766eafa73665cacc49ffbecd06191e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 09:34:55 +0000 Subject: [PATCH] chore(deps): update docker/setup-buildx-action action to v4 --- .github/workflows/integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index ce63eaa7..15fafda6 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -50,7 +50,7 @@ jobs: scw_image: ${{ steps.meta.outputs.scw_image }} steps: - uses: actions/checkout@main - - uses: docker/setup-buildx-action@v3 + - uses: docker/setup-buildx-action@v4 - name: Login to GHCR if: github.event_name == 'push'