1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-11-23 21:44:44 +02:00

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>
This commit is contained in:
renovate[bot]
2025-10-04 10:45:46 +02:00
committed by GitHub
parent 818d6cda57
commit efddfece6e

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