mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-02-23 22:56:18 +00:00
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:
parent
a990fb78a3
commit
63ee2ba486
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue