From ece212042c21e36ec9de05a1f57fb8582d6257d8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 08:28:43 +0000 Subject: [PATCH] argo: Update to version 3.5.7 --- bucket/argo.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/argo.json b/bucket/argo.json index 6ded44337f..8a08bfe198 100644 --- a/bucket/argo.json +++ b/bucket/argo.json @@ -1,12 +1,12 @@ { - "version": "3.5.6", + "version": "3.5.7", "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.6/argo-windows-amd64.exe.gz", - "hash": "b2dab96a91a78f1661f8d9008f0527af39f64597fa0353a82c817d7a22cc2e2a" + "url": "https://github.com/argoproj/argo-workflows/releases/download/v3.5.7/argo-windows-amd64.exe.gz", + "hash": "1b4413ae1ee83a78fdc6c09d8f7de275e5ce269310bceaecf9343d0ce4b17e2f" } }, "pre_install": "Rename-Item $dir\\argo-windows-amd64.exe $dir\\argo.exe",