File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929
3030 - name : Checkout repository
3131 id : checkout_repo
32- uses : actions/checkout@v6
32+ uses : actions/checkout@v7
3333 with :
3434 ref : ${{ github.event.pull_request.head.sha || github.sha }}
3535 token : ${{ secrets.GITHUB_TOKEN }}
8080 name : Validate Project for Trimming
8181 runs-on : windows-latest
8282 steps :
83- - uses : actions/checkout@v6
83+ - uses : actions/checkout@v7
8484
8585 - name : Setup .NET 8
8686 uses : actions/setup-dotnet@v5
@@ -102,7 +102,7 @@ jobs:
102102 needs : [ci]
103103 steps :
104104 - name : Checkout repository
105- uses : actions/checkout@v6
105+ uses : actions/checkout@v7
106106
107107 - name : Setup .NET 8
108108 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@v6
23+ uses : actions/checkout@v7
2424
2525 - name : Setup .NET 8
2626 uses : actions/setup-dotnet@v5
Original file line number Diff line number Diff line change 2222 private-key : ${{ secrets.RELEASE_PLEASE_TOKEN_PROVIDER_PEM }}
2323
2424 - name : Checkout code
25- uses : actions/checkout@v6
25+ uses : actions/checkout@v7
2626 with :
2727 fetch-depth : 0
2828 token : ${{ steps.app-token.outputs.token }}
Original file line number Diff line number Diff line change 3434 if : needs.check-secret.outputs.has-token == 'true'
3535 runs-on : ubuntu-latest
3636 steps :
37- - uses : actions/checkout@v6
37+ - uses : actions/checkout@v7
3838
3939 - name : Validate PublicAPI.Unshipped.txt files are empty
4040 shell : pwsh
Original file line number Diff line number Diff line change 4747 uses : actions/setup-dotnet@v5
4848 with :
4949 dotnet-version : 10.0.x
50- - uses : actions/checkout@v6
50+ - uses : actions/checkout@v7
5151 with :
5252 fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
5353 - name : Cache SonarCloud packages
You can’t perform that action at this time.
0 commit comments