From 045a36d55e57060bea704a8f7cc0c8632c51a680 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 May 2026 06:29:17 +0000 Subject: [PATCH] Update woodpeckerci/plugin-git Docker tag to v2.9.1 --- shared/constant/constant.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/constant/constant.go b/shared/constant/constant.go index e56957b821d..ac4510b5b7f 100644 --- a/shared/constant/constant.go +++ b/shared/constant/constant.go @@ -27,7 +27,7 @@ var DefaultConfigOrder = [...]string{ const ( // DefaultClonePlugin can be changed by 'WOODPECKER_DEFAULT_CLONE_PLUGIN' at runtime. // renovate: datasource=docker depName=woodpeckerci/plugin-git - DefaultClonePlugin = "docker.io/woodpeckerci/plugin-git:2.9.0" + DefaultClonePlugin = "docker.io/woodpeckerci/plugin-git:2.9.1" ) // TrustedClonePlugins can be changed by 'WOODPECKER_PLUGINS_TRUSTED_CLONE' at runtime.