From 1f7b516a563c0ae24da6689563e56942213fce28 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 24 Jun 2022 04:32:16 +0000 Subject: [PATCH] argo: Update to version 3.3.8 --- bucket/argo.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/argo.json b/bucket/argo.json index 783cd95674..68f6b4826f 100644 --- a/bucket/argo.json +++ b/bucket/argo.json @@ -1,12 +1,12 @@ { - "version": "3.3.7", + "version": "3.3.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.3.7/argo-windows-amd64.exe.gz", - "hash": "053ef23bf4a271e545d5e4ebcf651702dccdbd991259b9bd5077ab6b51af83cb" + "url": "https://github.com/argoproj/argo-workflows/releases/download/v3.3.8/argo-windows-amd64.exe.gz", + "hash": "2273ac827f237fb831a19a1649d7b0160b52dc45d9a80600c4ebefa3acf93ab9" } }, "pre_install": "Rename-Item $dir\\argo-windows-amd64.exe $dir\\argo.exe",