File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 18
18
steps :
19
19
- uses : actions/checkout@v4
20
20
- name : Setup .NET SDK
21
- uses : actions/setup-dotnet@v4
21
+ uses : actions/setup-dotnet@v5
22
22
with :
23
23
dotnet-version : |
24
24
8.0.x
Original file line number Diff line number Diff line change 17
17
uses : actions/checkout@v4
18
18
19
19
- name : Setup .NET SDK
20
- uses : actions/setup-dotnet@v4
20
+ uses : actions/setup-dotnet@v5
21
21
with :
22
22
dotnet-version : 8.0.x
23
23
source-url : https://nuget.pkg.github.com/graphql-dotnet/index.json
Original file line number Diff line number Diff line change 25
25
- name : Checkout source
26
26
uses : actions/checkout@v4
27
27
- name : Setup .NET SDK
28
- uses : actions/setup-dotnet@v4
28
+ uses : actions/setup-dotnet@v5
29
29
with :
30
30
dotnet-version : 8.0.x
31
31
source-url : https://nuget.pkg.github.com/graphql-dotnet/index.json
Original file line number Diff line number Diff line change 28
28
echo version=$version
29
29
echo "version=$version" >> $GITHUB_ENV
30
30
- name : Setup .NET SDK
31
- uses : actions/setup-dotnet@v4
31
+ uses : actions/setup-dotnet@v5
32
32
with :
33
33
dotnet-version : |
34
34
8.0.x
Original file line number Diff line number Diff line change 41
41
- name : Checkout source
42
42
uses : actions/checkout@v4
43
43
- name : Setup .NET SDK
44
- uses : actions/setup-dotnet@v4
44
+ uses : actions/setup-dotnet@v5
45
45
with :
46
46
dotnet-version : |
47
47
2.1.x
81
81
- name : Checkout source
82
82
uses : actions/checkout@v4
83
83
- name : Setup .NET SDK for NativeAOT
84
- uses : actions/setup-dotnet@v4
84
+ uses : actions/setup-dotnet@v5
85
85
with :
86
86
dotnet-version : 8.0.x
87
87
source-url : https://nuget.pkg.github.com/graphql-dotnet/index.json
You can’t perform that action at this time.
0 commit comments