diff options
| author | Felipe Contreras <felipe.contreras@gmail.com> | 2024-03-07 02:47:15 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-07 09:47:15 +0100 |
| commit | 2a71aa50170db6892abb3e173ba425c554744b37 (patch) | |
| tree | c599ac788db4ab54028e83463f1b18bc06f6b0fc /.github/dependencies.yml | |
| parent | fd01fd66ce27c669e5ffaea94460a37423d1e134 (diff) | |
| download | zsh-2a71aa50170db6892abb3e173ba425c554744b37.tar.gz zsh-2a71aa50170db6892abb3e173ba425c554744b37.tar.bz2 zsh-2a71aa50170db6892abb3e173ba425c554744b37.zip | |
chore(gitfast): remove update script (#12262)
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
Diffstat (limited to '.github/dependencies.yml')
| -rw-r--r-- | .github/dependencies.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/dependencies.yml b/.github/dependencies.yml index 12beaecbb..d60ab2c92 100644 --- a/.github/dependencies.yml +++ b/.github/dependencies.yml @@ -2,7 +2,7 @@ dependencies: plugins/gitfast: repo: felipec/git-completion branch: master - version: tag:v2.0 + version: tag:v2.1 postcopy: | set -e rm -rf git-completion.plugin.zsh Makefile README.adoc t tools |
