Skip to content

Commit e43c717

Browse files
⬆️ [Patch]: Update Invoke-Pester action
1 parent de353e6 commit e43c717

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/Test-PSModule/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ runs:
279279
run: ${{ github.action_path }}/src/main.ps1
280280

281281
- name: Invoke-Pester
282-
uses: PSModule/Invoke-Pester@282916d4de0c6d9b4714ccd6d0297230aa616ae6 # PR 78
282+
uses: PSModule/Invoke-Pester@c5494aba3c07d7bfd81bdbbc9f301e8fa4a729fb # v5.1.1
283283
id: test
284284
env:
285285
LocalTestPath: ${{ steps.paths.outputs.LocalTestPath }}

.github/workflows/Test-ModuleLocal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
"path=$path" >> $env:GITHUB_OUTPUT
7070
7171
- name: Test-ModuleLocal
72-
uses: PSModule/Invoke-Pester@282916d4de0c6d9b4714ccd6d0297230aa616ae6 # PR 78
72+
uses: PSModule/Invoke-Pester@c5494aba3c07d7bfd81bdbbc9f301e8fa4a729fb # v5.1.1
7373
with:
7474
Debug: ${{ fromJson(inputs.Settings).Debug }}
7575
Verbose: ${{ fromJson(inputs.Settings).Verbose }}

0 commit comments

Comments
 (0)