From 708d6daed1fcd2e4bb622f60c496327063d7d016 Mon Sep 17 00:00:00 2001 From: savitaashture Date: Fri, 5 Jul 2024 12:36:49 +0530 Subject: [PATCH] Update task-git version to 0.3.1 --- hack/openshift/fetch-tektoncd-catalog-tasks.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hack/openshift/fetch-tektoncd-catalog-tasks.sh b/hack/openshift/fetch-tektoncd-catalog-tasks.sh index 6f577c733..0a60d0b6d 100755 --- a/hack/openshift/fetch-tektoncd-catalog-tasks.sh +++ b/hack/openshift/fetch-tektoncd-catalog-tasks.sh @@ -56,8 +56,8 @@ declare -A TEKTON_CATALOG_TASKS=( declare -r TEKTON_ECOSYSTEM="https://raw.githubusercontent.com/openshift-pipelines/tektoncd-catalog" declare -A TEKTON_ECOSYSTEM_TASKS=( ['task-buildah']="0.3.3" - ['task-git-cli']="0.3.0" - ['task-git-clone']='0.3.0' + ['task-git-cli']="0.3.1" + ['task-git-clone']='0.3.1' ['task-kn-apply']='0.1.1' ['task-kn']='0.1.1' ['task-maven']="0.2.1"