Update woodpeckerci/plugin-git Docker tag to v2.9.0 (#6499)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-04-25 07:46:27 +02:00
committed by GitHub
parent f9f39bde2c
commit a9bf7538e2

View File

@@ -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.8.1"
DefaultClonePlugin = "docker.io/woodpeckerci/plugin-git:2.9.0"
)
// TrustedClonePlugins can be changed by 'WOODPECKER_PLUGINS_TRUSTED_CLONE' at runtime.