Skip to content

Commit

Permalink
Bump pester to 5.6.0 (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
bravo-kernel authored Jun 21, 2024
1 parent d10fcb6 commit 029e1a3
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 @@ -138,7 +138,7 @@ jobs:

- uses: PoshCode/Actions/pester@v1
with:
pesterVersion: 5.5.0
pesterVersion: 5.6.0
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.5.0" # pinned until poshcode GA handles wildcards
Pester = "5.6.0" # pinned until poshcode GA handles wildcards
PSScriptAnalyzer = "1.*"
PlatyPS = "0.*"
}

0 comments on commit 029e1a3

Please sign in to comment.