From 81e607373de2322e993e62f0a3dcfc7365591640 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 08:30:54 +0000 Subject: [PATCH] argo: Update to version 3.5.8 --- bucket/argo.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/argo.json b/bucket/argo.json index 8a08bfe198..1da6d23035 100644 --- a/bucket/argo.json +++ b/bucket/argo.json @@ -1,12 +1,12 @@ { - "version": "3.5.7", + "version": "3.5.8", "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.7/argo-windows-amd64.exe.gz", - "hash": "1b4413ae1ee83a78fdc6c09d8f7de275e5ce269310bceaecf9343d0ce4b17e2f" + "url": "https://github.com/argoproj/argo-workflows/releases/download/v3.5.8/argo-windows-amd64.exe.gz", + "hash": "82c3bb57b7105202004f2b18622988e1d5692bb04088b77a6779cc66caf87fb1" } }, "pre_install": "Rename-Item $dir\\argo-windows-amd64.exe $dir\\argo.exe",