From efddfece6e4c4f5eef82237f2f4af2bd262cc09c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Oct 2025 10:45:46 +0200 Subject: [PATCH] chore(deps): update woodpeckerci/plugin-git docker tag to v2.7.0 (#5603) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 df5b8ebfd..ea06cdcc4 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.6.5" + DefaultClonePlugin = "docker.io/woodpeckerci/plugin-git:2.7.0" ) // TrustedClonePlugins can be changed by 'WOODPECKER_PLUGINS_TRUSTED_CLONE' at runtime.