File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2020
2121 - name : Checkout repository
2222 id : checkout_repo
23- uses : actions/checkout@v5
23+ uses : actions/checkout@v6
2424 with :
2525 token : ${{ secrets.GITHUB_TOKEN }}
2626 fetch-depth : 0
4141 name : Validate Project for Trimming
4242 runs-on : windows-latest
4343 steps :
44- - uses : actions/checkout@v5
44+ - uses : actions/checkout@v6
4545
4646 - name : Setup .NET
4747 uses : actions/setup-dotnet@v5
5858 needs : [ci]
5959 steps :
6060 - name : Checkout repository
61- uses : actions/checkout@v5
61+ uses : actions/checkout@v6
6262
6363 - name : Setup .NET
6464 uses : actions/setup-dotnet@v5
Original file line number Diff line number Diff line change 2020 steps :
2121 - name : Checkout repository
2222 id : checkout_repo
23- uses : actions/checkout@v5
23+ uses : actions/checkout@v6
2424
2525 - name : Setup .NET
2626 uses : actions/setup-dotnet@v5
Original file line number Diff line number Diff line change 2525 release :
2626 runs-on : ubuntu-latest
2727 steps :
28- - uses : actions/checkout@v5
28+ - uses : actions/checkout@v6
2929
3030 - name : Generate GitHub App token
3131 id : app-token
Original file line number Diff line number Diff line change 4343 uses : actions/setup-dotnet@v5
4444 with :
4545 dotnet-version : 8.0.x
46- - uses : actions/checkout@v5
46+ - uses : actions/checkout@v6
4747 with :
4848 fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
4949 - name : Cache SonarCloud packages
You can’t perform that action at this time.
0 commit comments