From 7737598e7ede3823f4223df1f980839ffe490cd1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 20:28:49 +0000 Subject: [PATCH] argo: Update to version 3.5.11 --- bucket/argo.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/argo.json b/bucket/argo.json index 47c2bd3d53..f8fc49a172 100644 --- a/bucket/argo.json +++ b/bucket/argo.json @@ -1,12 +1,12 @@ { - "version": "3.5.10", + "version": "3.5.11", "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.10/argo-windows-amd64.exe.gz", - "hash": "f1832da52c7e50778236d551f68a074f34284544afe53414eff7587bf651be69" + "url": "https://github.com/argoproj/argo-workflows/releases/download/v3.5.11/argo-windows-amd64.exe.gz", + "hash": "d194070eeb2fd62d3aa8b3ec3962527973995bd33796f822b5e0312eeec882b9" } }, "pre_install": "Rename-Item $dir\\argo-windows-amd64.exe $dir\\argo.exe",