Commit ce7a5f7 1 parent 44cb8d3 commit ce7a5f7 Copy full SHA for ce7a5f7
File tree 2 files changed +4
-28
lines changed
2 files changed +4
-28
lines changed Original file line number Diff line number Diff line change 17
17
os : [ubuntu-latest, windows-latest, macos-latest]
18
18
19
19
steps :
20
- - uses : actions/checkout@v2
21
- - name : Setup .NET 6
22
- uses : actions/setup-dotnet@v1
23
- with :
24
- dotnet-version : 6.0.*
25
- - name : Setup .NET 7
26
- uses : actions/setup-dotnet@v1
27
- with :
28
- dotnet-version : 7.0.*
20
+ - uses : actions/checkout@v3
29
21
- name : Setup .NET 8
30
22
uses : actions/setup-dotnet@v1
31
23
with :
Original file line number Diff line number Diff line change 51
51
os : [ubuntu-latest, windows-latest, macos-latest]
52
52
53
53
steps :
54
- - uses : actions/checkout@v2
55
- - name : Setup .NET 6
56
- uses : actions/setup-dotnet@v1
57
- with :
58
- dotnet-version : 6.0.*
59
- - name : Setup .NET 7
60
- uses : actions/setup-dotnet@v1
61
- with :
62
- dotnet-version : 7.0.*
54
+ - uses : actions/checkout@v3
63
55
- name : Setup .NET 8
64
56
uses : actions/setup-dotnet@v1
65
57
with :
83
75
id : current-time
84
76
with :
85
77
format : YYYYMMDD-HHmmSS
86
- - uses : actions/checkout@v2
78
+ - uses : actions/checkout@v3
87
79
with :
88
80
fetch-depth : 0
89
- - name : Setup .NET 6
90
- uses : actions/setup-dotnet@v1
91
- with :
92
- dotnet-version : 6.0.*
93
- - name : Setup .NET 7
94
- uses : actions/setup-dotnet@v1
95
- with :
96
- dotnet-version : 7.0.*
97
81
- name : Setup .NET 8
98
82
uses : actions/setup-dotnet@v1
99
83
with :
@@ -128,7 +112,7 @@ jobs:
128
112
if : needs.activity-short-circuit.outputs.same_sha == 'false'
129
113
runs-on : ubuntu-latest
130
114
steps :
131
- - uses : actions/checkout@v2
115
+ - uses : actions/checkout@v3
132
116
with :
133
117
fetch-depth : 0
134
118
- name : Reset nightly to master
You can’t perform that action at this time.
0 commit comments