From f3e251a35281dc182e760c1d26ec59c878b7c63d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 23 Jul 2025 12:32:07 +0000 Subject: [PATCH] argo: Update to version 3.7.0 --- bucket/argo.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/argo.json b/bucket/argo.json index dabe1dd628..d00a38d242 100644 --- a/bucket/argo.json +++ b/bucket/argo.json @@ -1,12 +1,12 @@ { - "version": "3.6.10", + "version": "3.7.0", "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.6.10/argo-windows-amd64.exe.gz", - "hash": "e513506f1f87737038514132bc5d36ed48b5f6e69bac6a4ac1442d64d6f27dc7" + "url": "https://github.com/argoproj/argo-workflows/releases/download/v3.7.0/argo-windows-amd64.exe.gz", + "hash": "1f1e73e7103f3da33c71409260f93ab76869ca61101ff7715970c26d60c3d79f" } }, "pre_install": "Rename-Item $dir\\argo-windows-amd64.exe $dir\\argo.exe",