File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2020 steps :
2121 - name : Checkout Repository
2222 id : checkout_repo
23- uses : actions/checkout@v4
23+ uses : actions/checkout@v5
2424
2525 - name : Comment on Community PRs
2626 uses : MicrosoftDocs/PowerShell-Docs/.github/actions/commenting/expectations/v1@main
Original file line number Diff line number Diff line change 2121 build :
2222 runs-on : ubuntu-22.04
2323 steps :
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@v5
2525 with :
2626 fetch-depth : 0 # Fetch all history for .GitInfo and .Lastmod
2727 - name : Setup Pages
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout
12- uses : actions/checkout@v4
12+ uses : actions/checkout@v5
1313 - name : Analyze repository
1414 uses : microsoft/ps-rule@v2.9.0
1515 with :
1919 runs-on : ubuntu-latest
2020 steps :
2121 - name : Checkout
22- uses : actions/checkout@v4
22+ uses : actions/checkout@v5
2323 - name : Run PSRule analysis
2424 uses : microsoft/ps-rule@v2.9.0
2525 with :
You can’t perform that action at this time.
0 commit comments