summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index fa9e164ea..e0b7c66a1 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -78,7 +78,7 @@ init:
# TODO: remove when Appveyor upgrades to version 2.19.2.windows.1 or higher.
- ps: |-
$git_setup_uri = "https://github.com/git-for-windows/git/releases/" +
- "download/v2.21.0.windows.1/Git-2.21.0-64-bit.exe"
+ "download/v2.23.0.windows.1/Git-2.23.0-64-bit.exe"
Invoke-WebRequest -Uri $git_setup_uri -OutFile "$env:TEMP\git-setup.exe"
Start-Process -FilePath "$env:TEMP\git-setup.exe" `
-ArgumentList "/verysilent" `