diff --git a/.github/workflows/images.yaml b/.github/workflows/images.yaml index 5db7e9477..f4f961029 100644 --- a/.github/workflows/images.yaml +++ b/.github/workflows/images.yaml @@ -85,7 +85,7 @@ jobs: with: platforms: ${{ matrix.platforms }} - - uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0 + - uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0 - uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2 id: build-and-push diff --git a/.github/workflows/integration-tests.yaml b/.github/workflows/integration-tests.yaml index 28a221535..5e972ebf7 100644 --- a/.github/workflows/integration-tests.yaml +++ b/.github/workflows/integration-tests.yaml @@ -54,7 +54,7 @@ jobs: with: persist-credentials: false - - uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0 + - uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0 with: driver: docker-container driver-opts: network=host # Allows buildx to access the local registry.