From 1d99887446d512de0156dcb3f255c99fe5de20be Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 23 Oct 2022 08:30:30 +0000 Subject: [PATCH] argo: Update to version 3.4.2 --- bucket/argo.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/argo.json b/bucket/argo.json index aaa5d46ae9..260c17c716 100644 --- a/bucket/argo.json +++ b/bucket/argo.json @@ -1,12 +1,12 @@ { - "version": "3.4.1", + "version": "3.4.2", "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.4.1/argo-windows-amd64.exe.gz", - "hash": "b65d795fb882643229f6862a82e5e7fc3324eeda24c77d01185c6a3c3c1b7753" + "url": "https://github.com/argoproj/argo-workflows/releases/download/v3.4.2/argo-windows-amd64.exe.gz", + "hash": "df128ddbb4b1323c4ffd40e5647f322cd9986157c0dafb2652159133b6dd9442" } }, "pre_install": "Rename-Item $dir\\argo-windows-amd64.exe $dir\\argo.exe",