diff --git a/git/git-batch-merge.yaml b/git/git-batch-merge.yaml index 8a1b6c8857..910590c569 100644 --- a/git/git-batch-merge.yaml +++ b/git/git-batch-merge.yaml @@ -60,7 +60,7 @@ spec: description: The git tree SHA that was obtained after batching all provided refs onto revision. steps: - name: clone - image: gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/git-init:v0.12.1 + image: gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/git-init:v0.13.2 script: | CHECKOUT_DIR="$(workspaces.output.path)/$(params.subdirectory)" diff --git a/git/git-clone.yaml b/git/git-clone.yaml index b1d912800e..fec6095a8d 100644 --- a/git/git-clone.yaml +++ b/git/git-clone.yaml @@ -54,7 +54,7 @@ spec: description: The precise commit SHA that was fetched by this Task steps: - name: clone - image: gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/git-init:v0.12.1 + image: gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/git-init:v0.13.2 script: | CHECKOUT_DIR="$(workspaces.output.path)/$(params.subdirectory)"