diff --git a/.github/workflows/ci-docker-hotrod.yml b/.github/workflows/ci-docker-hotrod.yml index 85ad806d0ac..39142486796 100644 --- a/.github/workflows/ci-docker-hotrod.yml +++ b/.github/workflows/ci-docker-hotrod.yml @@ -59,7 +59,7 @@ jobs: esac - name: Install kubectl if: matrix.runtime == 'k8s' - uses: azure/setup-kubectl@v3 + uses: azure/setup-kubectl@v4 with: version: 'latest'