aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2019-11-27 11:37:15 -0500
committerGitHub <noreply@github.com>2019-11-27 11:37:15 -0500
commit9b5c79fccccc4e907bb13d6aac463a0f1c1741ef (patch)
tree1e315c248874351c5a3b0ecc02818f7c0b0095ed
parenta020522f37241001b01ee77dab562d50b6e7a924 (diff)
downloadservo-9b5c79fccccc4e907bb13d6aac463a0f1c1741ef.tar.gz
servo-9b5c79fccccc4e907bb13d6aac463a0f1c1741ef.zip
Update Git for Windows on CI.
-rw-r--r--etc/taskcluster/decisionlib.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/taskcluster/decisionlib.py b/etc/taskcluster/decisionlib.py
index ef585657a32..dd277001b0c 100644
--- a/etc/taskcluster/decisionlib.py
+++ b/etc/taskcluster/decisionlib.py
@@ -533,8 +533,8 @@ class WindowsGenericWorkerTask(GenericWorkerTask):
.with_path_from_homedir("git\\cmd") \
.with_directory_mount(
"https://github.com/git-for-windows/git/releases/download/" +
- "v2.19.0.windows.1/MinGit-2.19.0-64-bit.zip",
- sha256="424d24b5fc185a9c5488d7872262464f2facab4f1d4693ea8008196f14a3c19b",
+ "v2.24.0.windows.2/MinGit-2.24.0.2-64-bit.zip",
+ sha256="c33aec6ae68989103653ca9fb64f12cabccf6c61d0dde30c50da47fc15cf66e2",
path="git",
)