Skip to content

Commit ac9f2a4

Browse files
committed
CI: minor text and logging update
1 parent efba809 commit ac9f2a4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/scripts/Update-Dependencies.ps1

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ foreach ($dependency in $currentVersions.Keys)
114114
{
115115
$currentVersion = $currentVersions[$dependency]
116116
$latestVersion = $latestVersions[$dependency]
117+
Write-Host "Checking update for $($dependency): installed version $currentVersion, latest version $latestVersion."
118+
117119
if ($latestVersion -gt $currentVersion)
118120
{
119121
Write-Host "A dependency $dependency has version $currentVersion and can be updated to $latestVersion."
@@ -142,7 +144,7 @@ $($_.ReleaseNotes)
142144
> Unfortunately, this is a consequence of the current GitHub Action security model (by default, PRs created by bots
143145
> aren't allowed to trigger other bots).
144146
145-
The updates packages' release notes follow below.
147+
The updated packages' release notes follow below.
146148
147149
'@ + $updateReleaseNoteStrings -join "`n"
148150
}

0 commit comments

Comments
 (0)