File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -114,6 +114,8 @@ foreach ($dependency in $currentVersions.Keys)
114
114
{
115
115
$currentVersion = $currentVersions [$dependency ]
116
116
$latestVersion = $latestVersions [$dependency ]
117
+ Write-Host " Checking update for $ ( $dependency ) : installed version $currentVersion , latest version $latestVersion ."
118
+
117
119
if ($latestVersion -gt $currentVersion )
118
120
{
119
121
Write-Host " A dependency $dependency has version $currentVersion and can be updated to $latestVersion ."
@@ -142,7 +144,7 @@ $($_.ReleaseNotes)
142
144
> Unfortunately, this is a consequence of the current GitHub Action security model (by default, PRs created by bots
143
145
> aren't allowed to trigger other bots).
144
146
145
- The updates packages' release notes follow below.
147
+ The updated packages' release notes follow below.
146
148
147
149
'@ + $updateReleaseNoteStrings -join " `n "
148
150
}
You can’t perform that action at this time.
0 commit comments