1
0
mirror of https://codeberg.org/crowci/crow.git synced 2025-04-18 04:44:01 +03:00

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

This commit is contained in:
crowci-bot 2025-03-30 00:38:14 +00:00 committed by pat-s
parent 115db2dd47
commit fe2ea8df28
No known key found for this signature in database
GPG Key ID: 3C6318841EF78925

View File

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