File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1515 os : [ ubuntu-latest, windows-latest, macos-latest ]
1616 runs-on : ${{ matrix.os }}
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v5
1919 with :
2020 fetch-depth : 0
2121 - name : Setup .NET SDKs
4646 env :
4747 DOTNET_NOLOGO : true
4848 steps :
49- - uses : actions/checkout@v4
49+ - uses : actions/checkout@v5
5050 with :
5151 fetch-depth : 0
5252 - 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
@@ -114,7 +114,7 @@ jobs:
114114 env :
115115 DOTNET_NOLOGO : true
116116 steps :
117- - uses : actions/checkout@v4
117+ - uses : actions/checkout@v5
118118 with :
119119 fetch-depth : 0
120120 - name : Setup .NET SDKs
Original file line number Diff line number Diff line change 1414 os : [ ubuntu-latest, windows-latest, macos-latest ]
1515 runs-on : ${{ matrix.os }}
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
1818 with :
1919 fetch-depth : 0
2020 - 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 permissions :
7777 pull-requests : write
7878 steps :
79- - uses : actions/checkout@v4
79+ - uses : actions/checkout@v5
8080 with :
8181 fetch-depth : 0
8282 - name : Setup .NET SDKs
@@ -101,7 +101,7 @@ jobs:
101101 permissions :
102102 pull-requests : write
103103 steps :
104- - uses : actions/checkout@v4
104+ - uses : actions/checkout@v5
105105 with :
106106 fetch-depth : 0
107107 - name : Setup .NET SDKs
@@ -125,7 +125,7 @@ jobs:
125125 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
126126 DOTNET_NOLOGO : true
127127 steps :
128- - uses : actions/checkout@v4
128+ - uses : actions/checkout@v5
129129 with :
130130 fetch-depth : 0
131131 - name : Setup .NET SDKs
You can’t perform that action at this time.
0 commit comments