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@v4
16+ - uses : actions/checkout@v5
1717 with :
1818 fetch-depth : 0
1919 - name : Setup .NET SDKs
4545 env :
4646 DOTNET_NOLOGO : true
4747 steps :
48- - uses : actions/checkout@v4
48+ - uses : actions/checkout@v5
4949 with :
5050 fetch-depth : 0
5151 - name : Setup .NET SDKs
7575 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
7676 DOTNET_NOLOGO : true
7777 steps :
78- - uses : actions/checkout@v4
78+ - uses : actions/checkout@v5
7979 with :
8080 fetch-depth : 0
8181 - name : Setup .NET SDKs
@@ -115,7 +115,7 @@ jobs:
115115 env :
116116 DOTNET_NOLOGO : true
117117 steps :
118- - uses : actions/checkout@v4
118+ - uses : actions/checkout@v5
119119 with :
120120 fetch-depth : 0
121121 - 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@v4
16+ - uses : actions/checkout@v5
1717 with :
1818 fetch-depth : 0
1919 - name : Setup .NET SDKs
4545 env :
4646 DOTNET_NOLOGO : true
4747 steps :
48- - uses : actions/checkout@v4
48+ - uses : actions/checkout@v5
4949 with :
5050 fetch-depth : 0
5151 - name : Setup .NET SDKs
7676 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
7777 DOTNET_NOLOGO : true
7878 steps :
79- - uses : actions/checkout@v4
79+ - uses : actions/checkout@v5
8080 with :
8181 fetch-depth : 0
8282 - name : Setup .NET SDKs
You can’t perform that action at this time.
0 commit comments