diff --git a/CHANGELOG.md b/CHANGELOG.md index d4aa393..3b0df92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Release Notes +### v6.2 + +* Bump actions/cache to v4. Node 16 is deprecated, v4 uses Node 20. Thanks to Frode Flaten (fflaten). + ### v6.1 * Fix (#59). Modules requesting acceptance of a license triggered an exception. Now licenses are always accepted. diff --git a/test/DuplicateSavePath.Tests.ps1 b/test/DuplicateSavePath.Tests.ps1 index e5554ea..e2eee90 100644 --- a/test/DuplicateSavePath.Tests.ps1 +++ b/test/DuplicateSavePath.Tests.ps1 @@ -105,7 +105,7 @@ Describe 'Github Action "psmodulecache" module. When there is no error.' -Tag 'D $ModulesCache.ModuleCacheInformations[1].Name | Should -Be 'Duplicate' $ModulesCache.ModuleCacheInformations[0].Name | Should -MatchExactly 'string' - $ModulesCache.ModuleCacheInformations[0].Version | Should -Be '1.1.3' + $ModulesCache.ModuleCacheInformations[0].Version | Should -Be '1.1.5' $ModulesCache.ModuleCacheInformations[0].Repository | Should -Be 'PSGallery' $ModulesCache.ModuleCacheInformations[0].Dependencies.Count | Should -Be 0 @@ -124,7 +124,7 @@ Describe 'Github Action "psmodulecache" module. When there is no error.' -Tag 'D $Result[1].MainModule | Should -Be 'psmodulecache-Duplicate-1.0.0' $Result[2].Name | Should -MatchExactly 'string' - $Result[2].Version | Should -Be '1.1.3' + $Result[2].Version | Should -Be '1.1.5' $Result[2].MainModule | Should -Be $null $Result[3].Name | Should -Be 'UpperCase' @@ -156,7 +156,7 @@ Describe 'Github Action "psmodulecache" module. When there is no error.' -Tag 'D $ModulesCache.ModuleCacheInformations[1].Dependencies.Count | Should -Be ( (105 - 27) - 1) <# - todo controle dans inScopeModule + todo control inside inScopeModule $result = &$mod { Remove-ModulePathDuplication $ModulesCache.ModuleCacheInformations } $h = $result | Sort-Object Name | Group-Object Name -AsHashTable $h.'Az.Storage'