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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-02-22 03:31:59 +01:00 committed by GitHub
parent a990fb78a3
commit 63ee2ba486
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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