mirror of
https://github.com/actions/runner-images.git
synced 2025-12-18 15:57:17 +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 `
|
$downloadUrl = Resolve-GithubReleaseAssetUrl `
|
||||||
-Repo "git-for-windows/git" `
|
-Repo "git-for-windows/git" `
|
||||||
-Version "2.47.1" `
|
-Version "latest" `
|
||||||
-UrlMatchPattern "Git-*-64-bit.exe"
|
-UrlMatchPattern "Git-*-64-bit.exe"
|
||||||
|
|
||||||
$externalHash = Get-ChecksumFromGithubRelease `
|
$externalHash = Get-ChecksumFromGithubRelease `
|
||||||
-Repo "git-for-windows/git" `
|
-Repo "git-for-windows/git" `
|
||||||
-Version "2.47.1" `
|
-Version "latest" `
|
||||||
-FileName (Split-Path $downloadUrl -Leaf) `
|
-FileName (Split-Path $downloadUrl -Leaf) `
|
||||||
-HashType "SHA256"
|
-HashType "SHA256"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user