1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2026-06-03 16:35:37 +02:00

Update woodpeckerci/plugin-git Docker tag to v2.9.2 (#6674)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-05-30 04:05:22 +02:00
committed by GitHub
parent f304d18aa6
commit 2034874725
+1 -1
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.9.1"
DefaultClonePlugin = "docker.io/woodpeckerci/plugin-git:2.9.2"
)
// TrustedClonePlugins can be changed by 'WOODPECKER_PLUGINS_TRUSTED_CLONE' at runtime.