diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 96846a06a..787b1e43f 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -41,7 +41,7 @@ jobs: with: image: tonistiigi/binfmt:qemu-v7.0.0-28 platforms: linux/amd64,linux/arm64 - - uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0 + - uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0 # TODO: Replace docker-compose in each Makefile and then delete it. - name: Add docker-compose run: | @@ -107,7 +107,7 @@ jobs: with: image: tonistiigi/binfmt:qemu-v7.0.0-28 platforms: linux/amd64,linux/arm64 - - uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0 + - uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0 # TODO: Replace docker-compose in each Makefile and then delete it. - name: Add docker-compose run: | @@ -199,7 +199,7 @@ jobs: with: username: ${{ secrets.CW_DOCKER_HUB_USERNAME }} password: ${{ secrets.CW_DOCKER_HUB_TOKEN }} - - uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0 + - uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0 - run: make ci:diff - name: Install hub-tool run: |