mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-18 07:46:45 +00:00
[Ubuntu] Fix cargo outdated version in report (#5550)
This commit is contained in:
@@ -26,7 +26,7 @@ function Get-CargoAuditVersion {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function Get-CargoOutdatedVersion {
|
function Get-CargoOutdatedVersion {
|
||||||
$cargoOutdatedVersion = $(cargo outdated --version) | Take-OutputPart -Part 1 -Delimiter "v"
|
$cargoOutdatedVersion = cargo outdated --version | Take-OutputPart -Part 1
|
||||||
return "Cargo outdated $cargoOutdatedVersion"
|
return "Cargo outdated $cargoOutdatedVersion"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user