From 935f1e5a9ed6407cb164f5857bf6a12f9274e0a0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 20:27:27 +0000 Subject: [PATCH] argo: Update to version 3.6.6 --- bucket/argo.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/argo.json b/bucket/argo.json index 56eb1ff991..91bf3caec5 100644 --- a/bucket/argo.json +++ b/bucket/argo.json @@ -1,12 +1,12 @@ { - "version": "3.6.5", + "version": "3.6.6", "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.5/argo-windows-amd64.exe.gz", - "hash": "18afad1aed7a0f0606af97f8ce9848852b740817eb019ad37f3fb575e9c7a582" + "url": "https://github.com/argoproj/argo-workflows/releases/download/v3.6.6/argo-windows-amd64.exe.gz", + "hash": "87d7ba38bbaaefee97f06b14f82580af1ed06e5391e9041c32d3eba514d3f344" } }, "pre_install": "Rename-Item $dir\\argo-windows-amd64.exe $dir\\argo.exe",