File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 branches : [ main ]
99 workflow_dispatch :
1010
11- env :
12- FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 : true
13-
1411jobs :
1512 lint :
1613 name : PSScriptAnalyzer Lint
1714 runs-on : windows-latest
1815 steps :
19- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v6
2017
2118 - name : Install PSScriptAnalyzer
2219 shell : pwsh
4946 runs-on : windows-latest
5047 needs : lint
5148 steps :
52- - uses : actions/checkout@v4
49+ - uses : actions/checkout@v6
5350
5451 - name : Install Pester 5
5552 shell : pwsh
7673
7774 - name : Publish test results
7875 if : always()
79- uses : actions/upload-artifact@v4
76+ uses : actions/upload-artifact@v7
8077 with :
8178 if-no-files-found : ignore
8279 name : pester-results
8986 runs-on : windows-latest
9087 needs : test
9188 steps :
92- - uses : actions/checkout@v4
89+ - uses : actions/checkout@v6
9390
9491 - name : Verify module loads and exports correctly
9592 shell : pwsh
@@ -124,7 +121,7 @@ jobs:
124121 needs : smoke
125122 if : ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') }}
126123 steps :
127- - uses : actions/checkout@v4
124+ - uses : actions/checkout@v6
128125
129126 - name : Publish module
130127 shell : pwsh
You can’t perform that action at this time.
0 commit comments