File tree 8 files changed +12
-12
lines changed
8 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 56
56
fetch-depth : 0
57
57
58
58
- name : Setup .NET Core SDK 6
59
- uses : actions/setup-dotnet@v3
59
+ uses : actions/setup-dotnet@v4
60
60
with :
61
61
dotnet-version : ' 6.0.x'
62
62
Original file line number Diff line number Diff line change 55
55
fetch-depth : 0
56
56
57
57
- name : Setup .NET Core SDK 6
58
- uses : actions/setup-dotnet@v3
58
+ uses : actions/setup-dotnet@v4
59
59
with :
60
60
dotnet-version : ' 6.0.x'
61
61
@@ -165,7 +165,7 @@ jobs:
165
165
fetch-depth : 0
166
166
167
167
- name : Setup .NET Core SDK 6
168
- uses : actions/setup-dotnet@v3
168
+ uses : actions/setup-dotnet@v4
169
169
with :
170
170
dotnet-version : ' 6.0.x'
171
171
Original file line number Diff line number Diff line change 48
48
dafny-version : ${{ inputs.dafny }}
49
49
50
50
- name : Setup .NET Core SDK ${{ matrix.dotnet-version }}
51
- uses : actions/setup-dotnet@v3
51
+ uses : actions/setup-dotnet@v4
52
52
with :
53
53
dotnet-version : ${{ matrix.dotnet-version }}
54
54
Original file line number Diff line number Diff line change 41
41
# dafny-reportgenerator requires next6
42
42
# but only 7.0 is installed on macos-13-large
43
43
- name : Setup .NET Core SDK '6.0.x'
44
- uses : actions/setup-dotnet@v3
44
+ uses : actions/setup-dotnet@v4
45
45
with :
46
46
dotnet-version : " 6.0.x"
47
47
Original file line number Diff line number Diff line change 55
55
# Set up runtimes
56
56
- name : Setup .NET Core SDK ${{ matrix.dotnet-version }}
57
57
if : matrix.language == 'net'
58
- uses : actions/setup-dotnet@v3
58
+ uses : actions/setup-dotnet@v4
59
59
with :
60
60
dotnet-version : ${{ matrix.dotnet-version }}
61
61
@@ -208,7 +208,7 @@ jobs:
208
208
# Set up runtimes
209
209
- name : Setup .NET Core SDK ${{ matrix.dotnet-version }}
210
210
if : matrix.decrypting_language == 'net'
211
- uses : actions/setup-dotnet@v3
211
+ uses : actions/setup-dotnet@v4
212
212
with :
213
213
dotnet-version : ${{ matrix.dotnet-version }}
214
214
Original file line number Diff line number Diff line change 55
55
role-session-name : NetTests
56
56
57
57
- name : Setup .NET Core SDK 6
58
- uses : actions/setup-dotnet@v3
58
+ uses : actions/setup-dotnet@v4
59
59
with :
60
60
dotnet-version : ' 6.0.x'
61
61
@@ -153,7 +153,7 @@ jobs:
153
153
role-session-name : NetTests
154
154
155
155
- name : Setup .NET Core SDK 6
156
- uses : actions/setup-dotnet@v3
156
+ uses : actions/setup-dotnet@v4
157
157
with :
158
158
dotnet-version : ' 6.0.x'
159
159
Original file line number Diff line number Diff line change 61
61
# Set up runtimes
62
62
- name : Setup .NET Core SDK ${{ matrix.dotnet-version }}
63
63
if : matrix.language == 'net'
64
- uses : actions/setup-dotnet@v3
64
+ uses : actions/setup-dotnet@v4
65
65
with :
66
66
dotnet-version : ${{ matrix.dotnet-version }}
67
67
Original file line number Diff line number Diff line change 62
62
role-session-name : NetTests
63
63
64
64
- name : Setup .NET Core SDK 6
65
- uses : actions/setup-dotnet@v3
65
+ uses : actions/setup-dotnet@v4
66
66
with :
67
67
dotnet-version : ' 6.0.x'
68
68
@@ -168,7 +168,7 @@ jobs:
168
168
role-session-name : NetTestVectors
169
169
170
170
- name : Setup .NET Core SDK 6
171
- uses : actions/setup-dotnet@v3
171
+ uses : actions/setup-dotnet@v4
172
172
with :
173
173
dotnet-version : ' 6.0.x'
174
174
You can’t perform that action at this time.
0 commit comments