diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 0ecb8706a..5a4a69e81 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -38,7 +38,7 @@ jobs: with: username: ${{ secrets.CW_DOCKER_HUB_USERNAME }} password: ${{ secrets.CW_DOCKER_HUB_TOKEN }} - - uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0 + - uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4.3.0 # TODO: Replace docker-compose in each Makefile and then delete it. - name: Add docker-compose run: | @@ -104,7 +104,7 @@ jobs: with: image: tonistiigi/binfmt:qemu-v10.2.3-68 platforms: linux/amd64,linux/arm64 - - uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0 + - uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4.3.0 # TODO: Replace docker-compose in each Makefile and then delete it. - name: Add docker-compose run: | @@ -196,7 +196,7 @@ jobs: with: username: ${{ secrets.CW_DOCKER_HUB_USERNAME }} password: ${{ secrets.CW_DOCKER_HUB_TOKEN }} - - uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0 + - uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4.3.0 - run: make ci:diff - name: Install hub-tool run: |