Skip to content

Commit 7af16f7

Browse files
⚙️ [Maintenance]: Advance Invoke-Pester pin
1 parent 06a363d commit 7af16f7

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@f5e3a9fe9a9cac1069d61c7bca0a99f6fceb5fb2 # PR 78
282+
uses: PSModule/Invoke-Pester@ac292395857d0e96483760ccde14729cb368117f # PR 78
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@f5e3a9fe9a9cac1069d61c7bca0a99f6fceb5fb2 # PR 78
72+
uses: PSModule/Invoke-Pester@ac292395857d0e96483760ccde14729cb368117f # PR 78
7373
with:
7474
Debug: ${{ fromJson(inputs.Settings).Debug }}
7575
Verbose: ${{ fromJson(inputs.Settings).Verbose }}

0 commit comments

Comments
 (0)