File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 name : PSScriptAnalyzer
2828 runs-on : ubuntu-latest
2929 steps :
30- - uses : actions/checkout@v4
30+ - uses : actions/checkout@v5
3131
3232 - name : Run PSScriptAnalyzer
3333 uses : microsoft/psscriptanalyzer-action@6b2948b1944407914a58661c49941824d149734f
Original file line number Diff line number Diff line change 1414 Version : ${{ steps.gitversion.outputs.MajorMinorPatch }}
1515 CommitsSinceVersionSource : ${{ steps.gitversion.outputs.CommitsSinceVersionSource }}
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
1818 with :
1919 fetch-depth : 0 # fetch-depth is needed for GitVersion
2020 # Install and calculate the new version with GitVersion
3535 runs-on : ubuntu-latest
3636 steps :
3737 - name : checkout the code from this branch
38- uses : actions/checkout@v4
38+ uses : actions/checkout@v5
3939 with :
4040 ref : ${{ github.ref }}
4141
You can’t perform that action at this time.
0 commit comments