diff --git a/.github/workflows/integration-tests.yaml b/.github/workflows/integration-tests.yaml index c8bfbd56f..d6f85172d 100644 --- a/.github/workflows/integration-tests.yaml +++ b/.github/workflows/integration-tests.yaml @@ -19,7 +19,7 @@ env: # renovate: datasource=github-releases depName=helm/helm HELM_VERSION: v3.16.3 # renovate: datasource=github-releases depName=kubernetes-sigs/kind - KIND_VERSION: v0.25.0 + KIND_VERSION: v0.26.0 KIND_CONFIG: .github/kind-config.yaml # renovate: datasource=github-releases depName=cilium/cilium CILIUM_VERSION: v1.16.4 @@ -43,7 +43,7 @@ jobs: with: version: ${{ env.HELM_VERSION }} - name: Create kind cluster - uses: helm/kind-action@0025e74a8c7512023d06dc019c617aa3cf561fde # v1.10.0 + uses: helm/kind-action@ae94020eaf628e9b9b9f341a10cc0cdcf5c018fb # v1.11.0 with: version: ${{ env.KIND_VERSION }} config: ${{ env.KIND_CONFIG }}