diff --git a/.github/workflows/action-image-build.yaml b/.github/workflows/action-image-build.yaml index cfd88f7e2f..050b60aa8c 100644 --- a/.github/workflows/action-image-build.yaml +++ b/.github/workflows/action-image-build.yaml @@ -141,7 +141,7 @@ jobs: - name: Setup Docker Buildx id: buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@v4 # Exposes ACTIONS_RUNTIME_TOKEN / ACTIONS_CACHE_URL to the environment so a # raw `docker buildx build` (the testing build below, which we run directly