chore(deps): update woodpeckerci/plugin-git docker tag to v2.8.1 (#6006)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-01-25 10:25:23 +01:00
committed by GitHub
parent 33348eb8e0
commit 60bd7e303b

View File

@@ -27,7 +27,7 @@ var DefaultConfigOrder = [...]string{
const ( const (
// DefaultClonePlugin can be changed by 'WOODPECKER_DEFAULT_CLONE_PLUGIN' at runtime. // DefaultClonePlugin can be changed by 'WOODPECKER_DEFAULT_CLONE_PLUGIN' at runtime.
// renovate: datasource=docker depName=woodpeckerci/plugin-git // renovate: datasource=docker depName=woodpeckerci/plugin-git
DefaultClonePlugin = "docker.io/woodpeckerci/plugin-git:2.8.0" DefaultClonePlugin = "docker.io/woodpeckerci/plugin-git:2.8.1"
) )
// TrustedClonePlugins can be changed by 'WOODPECKER_PLUGINS_TRUSTED_CLONE' at runtime. // TrustedClonePlugins can be changed by 'WOODPECKER_PLUGINS_TRUSTED_CLONE' at runtime.