From f2fddd05f883b71556e74dc9fc407b88c2431d7e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 08:28:19 +0000 Subject: [PATCH] argo: Update to version 3.5.9 --- bucket/argo.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/argo.json b/bucket/argo.json index 1da6d23035..e5b45795a2 100644 --- a/bucket/argo.json +++ b/bucket/argo.json @@ -1,12 +1,12 @@ { - "version": "3.5.8", + "version": "3.5.9", "description": "Workflow engine for orchestrating parallel jobs on Kubernetes", "homepage": "https://github.com/argoproj/argo-workflows", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/argoproj/argo-workflows/releases/download/v3.5.8/argo-windows-amd64.exe.gz", - "hash": "82c3bb57b7105202004f2b18622988e1d5692bb04088b77a6779cc66caf87fb1" + "url": "https://github.com/argoproj/argo-workflows/releases/download/v3.5.9/argo-windows-amd64.exe.gz", + "hash": "c105c692890d2ed0a41d5ba9050e1d32bf9547efc899ee4deddcbd161881a39f" } }, "pre_install": "Rename-Item $dir\\argo-windows-amd64.exe $dir\\argo.exe",