From a2ae9d5ab3d68c7292c14353e67f75d993f35b39 Mon Sep 17 00:00:00 2001 From: "pull-bunyan[bot]" <189812701+pull-bunyan[bot]@users.noreply.github.com> Date: Sun, 23 Aug 2026 12:03:25 +0000 Subject: [PATCH] chore(deps): update dependency kubernetes/kubernetes to v1.36.4 --- .github/workflows/argocd-parity-smoke.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/argocd-parity-smoke.yml b/.github/workflows/argocd-parity-smoke.yml index 78a183a..2d4f36e 100644 --- a/.github/workflows/argocd-parity-smoke.yml +++ b/.github/workflows/argocd-parity-smoke.yml @@ -52,13 +52,13 @@ jobs: - name: Set up kubectl uses: Azure/setup-kubectl@829323503d1be3d00ca8346e5391ca0b07a9ab0d # v5.1.0 with: - version: v1.36.3 + version: v1.36.4 - name: Create kind cluster uses: helm/kind-action@ef37e7f390d99f746eb8b610417061a60e82a6cc # v1.14.0 with: version: v0.32.0 - kubectl_version: v1.36.3 + kubectl_version: v1.36.4 cluster_name: drydock-argocd-parity-smoke wait: 120s