Skip to content

Commit

Permalink
Pin CI Pester version to 5.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bravo-kernel committed Apr 16, 2023
1 parent b1e2a31 commit 8856383
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:

- uses: PoshCode/Actions/pester@v1
with:
pesterVersion: 5.4.0
pesterVersion: 5.4.1
codeCoveragePath: Modules/${{env.MODULE_NAME}}
moduleUnderTest: ${{env.MODULE_NAME}}
additionalModulePaths: ${{github.workspace}}/Modules
Expand Down
2 changes: 1 addition & 1 deletion Dev/RequiredModules.psd1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@{
ModuleBuilder = "2.*"
Pester = "5.4.0" # pinned until poshcode GA handles wildcards
Pester = "5.4.1" # pinned until poshcode GA handles wildcards
PSScriptAnalyzer = "1.*"
PlatyPS = "0.*"
}

0 comments on commit 8856383

Please sign in to comment.