From 0747c1686a7ca22689b7e273e7d73395be5fbfcc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 16:30:13 +0000 Subject: [PATCH] argo: Update to version 3.6.4 --- bucket/argo.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/argo.json b/bucket/argo.json index ec6e810eac..b41839a6a6 100644 --- a/bucket/argo.json +++ b/bucket/argo.json @@ -1,12 +1,12 @@ { - "version": "3.6.3", + "version": "3.6.4", "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.3/argo-windows-amd64.exe.gz", - "hash": "46d9b33956f11b2e418af7beedf04749d49ac695f866f8a56c7643b985881622" + "url": "https://github.com/argoproj/argo-workflows/releases/download/v3.6.4/argo-windows-amd64.exe.gz", + "hash": "6fd23cc98d7cee5174f4dac3092375a0b717ad49b01008802c77c6ab1da3ea03" } }, "pre_install": "Rename-Item $dir\\argo-windows-amd64.exe $dir\\argo.exe",