Commit 25efef1 1 parent 772bcc3 commit 25efef1 Copy full SHA for 25efef1
File tree 7 files changed +12
-12
lines changed
7 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 27
27
28
28
steps :
29
29
- uses : actions/checkout@v4
30
- - uses : actions/setup-dotnet@v3
30
+ - uses : actions/setup-dotnet@v4
31
31
- name : SunburstChartExample
32
32
run : dotnet publish samples/SunburstChartExample/ -f net8.0 /p:SummaryOutDir=$GITHUB_WORKSPACE/summary
33
33
- name : LinqSvgExample
Original file line number Diff line number Diff line change 23
23
runs-on : ubuntu-latest
24
24
steps :
25
25
- uses : actions/checkout@v4
26
- - uses : actions/setup-dotnet@v3
26
+ - uses : actions/setup-dotnet@v4
27
27
- name : Build benchmarks
28
28
run : cd test/DocumentFormat.OpenXml.Benchmarks; dotnet build -c RELEASE
29
29
shell : pwsh
Original file line number Diff line number Diff line change 37
37
with :
38
38
fetch-depth : 0
39
39
- name : Install .NET
40
- uses : actions/setup-dotnet@v3
40
+ uses : actions/setup-dotnet@v4
41
41
- name : Remove generated files for baseline
42
42
run : Remove-Item generated/ -Include *.g.cs -Recurse
43
43
shell : pwsh
@@ -86,11 +86,11 @@ jobs:
86
86
fetch-depth : 0
87
87
88
88
- name : Install .NET Core
89
- uses : actions/setup-dotnet@v3
89
+ uses : actions/setup-dotnet@v4
90
90
with :
91
91
dotnet-version : 6.0.x
92
92
- name : Install global.json .NET
93
- uses : actions/setup-dotnet@v3
93
+ uses : actions/setup-dotnet@v4
94
94
- name : Restore
95
95
run : dotnet restore --verbosity normal
96
96
- name : Build
Original file line number Diff line number Diff line change 35
35
fetch-depth : 0
36
36
37
37
- name : Install .NET Core
38
- uses : actions/setup-dotnet@v3
38
+ uses : actions/setup-dotnet@v4
39
39
40
40
- name : Restore
41
41
run : dotnet restore --verbosity normal
Original file line number Diff line number Diff line change 47
47
- name : Checkout repository
48
48
uses : actions/checkout@v4
49
49
- name : Setup .NET
50
- uses : actions/setup-dotnet@v3
50
+ uses : actions/setup-dotnet@v4
51
51
with :
52
52
dotnet-version : |
53
53
7.0.x
Original file line number Diff line number Diff line change @@ -30,11 +30,11 @@ jobs:
30
30
with :
31
31
fetch-depth : 0
32
32
- name : Install .NET Core
33
- uses : actions/setup-dotnet@v3
33
+ uses : actions/setup-dotnet@v4
34
34
with :
35
35
dotnet-version : 6.x
36
36
- name : Install .NET Core from global.json
37
- uses : actions/setup-dotnet@v3
37
+ uses : actions/setup-dotnet@v4
38
38
- name : Install GitVersion
39
39
uses :
gittools/actions/gitversion/[email protected]
40
40
with :
97
97
runs-on : windows-latest
98
98
steps :
99
99
- name : Install .NET Core
100
- uses : actions/setup-dotnet@v3
100
+ uses : actions/setup-dotnet@v4
101
101
with :
102
102
dotnet-version : 6.0.x
103
103
@@ -163,7 +163,7 @@ jobs:
163
163
runs-on : ubuntu-latest
164
164
steps :
165
165
- name : Install .NET Core
166
- uses : actions/setup-dotnet@v3
166
+ uses : actions/setup-dotnet@v4
167
167
- name : Download Packages
168
168
uses : actions/download-artifact@v3
169
169
with :
Original file line number Diff line number Diff line change 46
46
path : artifacts
47
47
48
48
- name : Setup .NET Core
49
- uses : actions/setup-dotnet@v3
49
+ uses : actions/setup-dotnet@v4
50
50
51
51
- name : Approve
52
52
uses : trstringer/manual-approval@v1
You can’t perform that action at this time.
0 commit comments