File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 runs-on : ubuntu-latest
3434 # if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'push' }}
3535 steps :
36- - uses : actions/checkout@v5
36+ - uses : actions/checkout@v6
3737
3838 - name : Install and cache PowerShell modules
3939 id : psmodulecache
Original file line number Diff line number Diff line change 1414 name : Update module version
1515 runs-on : windows-latest
1616 steps :
17- - uses : actions/checkout@v5
17+ - uses : actions/checkout@v6
1818 with :
1919 ref : main
2020 token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 2525 name : Run PSScriptAnalyzer
2626 runs-on : ubuntu-latest
2727 steps :
28- - uses : actions/checkout@v5
28+ - uses : actions/checkout@v6
2929
3030 - name : Run PSScriptAnalyzer (main push)
3131 uses : microsoft/psscriptanalyzer-action@6b2948b1944407914a58661c49941824d149734f
4848 permissions :
4949 contents : read
5050 steps :
51- - uses : actions/checkout@v5
51+ - uses : actions/checkout@v6
5252
5353 - name : Pester tests
5454 shell : powershell
You can’t perform that action at this time.
0 commit comments