File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1313 os : [ ubuntu-latest, windows-latest, macos-latest ]
1414 runs-on : ${{ matrix.os }}
1515 steps :
16- - uses : actions/checkout@v5
16+ - uses : actions/checkout@v6
1717 with :
1818 fetch-depth : 0
1919 - name : Setup .NET SDKs
4646 env :
4747 DOTNET_NOLOGO : true
4848 steps :
49- - uses : actions/checkout@v5
49+ - uses : actions/checkout@v6
5050 with :
5151 fetch-depth : 0
5252 - name : Setup .NET SDKs
7777 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
7878 DOTNET_NOLOGO : true
7979 steps :
80- - uses : actions/checkout@v5
80+ - uses : actions/checkout@v6
8181 with :
8282 fetch-depth : 0
8383 - name : Setup .NET SDKs
@@ -118,7 +118,7 @@ jobs:
118118 env :
119119 DOTNET_NOLOGO : true
120120 steps :
121- - uses : actions/checkout@v5
121+ - uses : actions/checkout@v6
122122 with :
123123 fetch-depth : 0
124124 - name : Setup .NET SDKs
Original file line number Diff line number Diff line change 1313 os : [ ubuntu-latest, windows-latest, macos-latest ]
1414 runs-on : ${{ matrix.os }}
1515 steps :
16- - uses : actions/checkout@v5
16+ - uses : actions/checkout@v6
1717 with :
1818 fetch-depth : 0
1919 - name : Setup .NET SDKs
4646 env :
4747 DOTNET_NOLOGO : true
4848 steps :
49- - uses : actions/checkout@v5
49+ - uses : actions/checkout@v6
5050 with :
5151 fetch-depth : 0
5252 - name : Setup .NET SDKs
7878 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
7979 DOTNET_NOLOGO : true
8080 steps :
81- - uses : actions/checkout@v5
81+ - uses : actions/checkout@v6
8282 with :
8383 fetch-depth : 0
8484 - name : Setup .NET SDKs
You can’t perform that action at this time.
0 commit comments