From 2a2496abc8f93ee1fde8ea9ead92800819acde7d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 12:55:58 +0000 Subject: [PATCH] chore(deps): update support dependencies to v0.196.0 | datasource | package | from | to | | ----------- | ----------------- | -------- | -------- | | github-tags | weaveworks/eksctl | v0.194.0 | v0.196.0 | --- tasks/iac.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/iac.yaml b/tasks/iac.yaml index c2e144af5..ffdfa78f8 100644 --- a/tasks/iac.yaml +++ b/tasks/iac.yaml @@ -22,7 +22,7 @@ tasks: - name: install-eksctl actions: - cmd: | - curl --silent --location "https://github.com/weaveworks/eksctl/releases/download/v0.194.0/eksctl_Linux_amd64.tar.gz" | tar xz -C /tmp + curl --silent --location "https://github.com/weaveworks/eksctl/releases/download/v0.196.0/eksctl_Linux_amd64.tar.gz" | tar xz -C /tmp sudo mv /tmp/eksctl /usr/local/bin - name: create-cluster