File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 39
39
uses : actions/checkout@v3
40
40
with :
41
41
fetch-depth : 0
42
- - uses : actions/setup-dotnet@v3
42
+ - uses : actions/setup-dotnet@v4
43
43
with :
44
44
dotnet-version : " 8.0.x"
45
45
@@ -100,7 +100,7 @@ jobs:
100
100
distribution : ' zulu'
101
101
java-version : ' 17'
102
102
103
- - uses : actions/setup-dotnet@v3
103
+ - uses : actions/setup-dotnet@v4
104
104
with :
105
105
dotnet-version : " 8.0.x"
106
106
@@ -160,7 +160,7 @@ jobs:
160
160
run : dotnet sonarscanner end /d:sonar.login="${{ secrets.SONAR_TOKEN }}"
161
161
working-directory : ./src
162
162
163
- - uses : codecov/codecov-action@v3
163
+ - uses : codecov/codecov-action@v4.4.1
164
164
with :
165
165
token : ${{ secrets.CODECOV_TOKEN }}
166
166
directory : " src/"
@@ -193,7 +193,7 @@ jobs:
193
193
with :
194
194
fetch-depth : 0
195
195
196
- - uses : actions/setup-dotnet@v3
196
+ - uses : actions/setup-dotnet@v4
197
197
with :
198
198
dotnet-version : " 8.0.x"
199
199
@@ -297,7 +297,7 @@ jobs:
297
297
- name : Install grp
298
298
run : dotnet tool install gpr -g
299
299
300
- - uses : actions/setup-dotnet@v3
300
+ - uses : actions/setup-dotnet@v4
301
301
env :
302
302
NUGET_AUTH_TOKEN : ${{secrets.GITHUB_TOKEN}}
303
303
with :
You can’t perform that action at this time.
0 commit comments