diff --git a/action.yml b/action.yml index 4bada6b..b752ff9 100644 --- a/action.yml +++ b/action.yml @@ -69,7 +69,7 @@ runs: uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx if: env.should-deliver-container == 'true' - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@v4 - name: Login to Docker Hub # if the client has not provided a custom registry, then login to Docker Hub if: env.should-deliver-container == 'true' && inputs.container-registry-name == 'false' uses: docker/login-action@v3.0.0