Skip to content

Commit 47d300c

Browse files
🩹 [CI]: Upgrade Invoke-Pester to version 4 and Invoke-ScriptAnalyzer to version 3 in workflow files
1 parent 3caa1f5 commit 47d300c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎.github/workflows/Test-ModuleLocal.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
"path=$path" >> $env:GITHUB_OUTPUT
111111
112112
- name: Test-ModuleLocal
113-
uses: PSModule/Invoke-Pester@v3
113+
uses: PSModule/Invoke-Pester@v4
114114
continue-on-error: true
115115
env:
116116
TEST_APP_ENT_CLIENT_ID: ${{ secrets.TEST_APP_ENT_CLIENT_ID }}

‎.github/workflows/Test-SourceCode.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
uses: actions/checkout@v4
7878

7979
- name: Lint-SourceCode
80-
uses: PSModule/Invoke-ScriptAnalyzer@v2
80+
uses: PSModule/Invoke-ScriptAnalyzer@v3
8181
with:
8282
Debug: ${{ inputs.Debug }}
8383
Prerelease: ${{ inputs.Prerelease }}

0 commit comments

Comments
 (0)