File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 29
29
key : tools-${{ runner.os }}-${{ hashFiles('./build/**') }}
30
30
-
31
31
name : Setup .NET SDK
32
- uses : actions/setup-dotnet@v3
32
+ uses : actions/setup-dotnet@v4
33
33
with :
34
34
global-json-file : global.json
35
35
-
Original file line number Diff line number Diff line change 68
68
69
69
-
70
70
name : Setup .NET SDK
71
- uses : actions/setup-dotnet@v3
71
+ uses : actions/setup-dotnet@v4
72
72
with :
73
73
global-json-file : global.json
74
74
Original file line number Diff line number Diff line change 76
76
restore-keys : node-${{ runner.os }}
77
77
-
78
78
name : Setup .NET SDK
79
- uses : actions/setup-dotnet@v3
79
+ uses : actions/setup-dotnet@v4
80
80
with :
81
81
global-json-file : global.json
82
82
-
Original file line number Diff line number Diff line change 40
40
- uses : actions/checkout@v4
41
41
-
42
42
name : Setup .NET SDK
43
- uses : actions/setup-dotnet@v3
43
+ uses : actions/setup-dotnet@v4
44
44
with :
45
45
global-json-file : global.json
46
46
-
You can’t perform that action at this time.
0 commit comments