mirror of
https://github.com/actions/runner-images.git
synced 2025-12-16 06:40:32 +00:00
Revert [Windows] Pin the git version to 2.47.1 (#11652)
This commit is contained in:
@@ -8,12 +8,12 @@
|
||||
|
||||
$downloadUrl = Resolve-GithubReleaseAssetUrl `
|
||||
-Repo "git-for-windows/git" `
|
||||
-Version "2.47.1" `
|
||||
-Version "latest" `
|
||||
-UrlMatchPattern "Git-*-64-bit.exe"
|
||||
|
||||
$externalHash = Get-ChecksumFromGithubRelease `
|
||||
-Repo "git-for-windows/git" `
|
||||
-Version "2.47.1" `
|
||||
-Version "latest" `
|
||||
-FileName (Split-Path $downloadUrl -Leaf) `
|
||||
-HashType "SHA256"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user