File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
22
with :
23
23
fetch-depth : 0
24
24
- name : Setup .NET SDK
25
- uses : actions/setup-dotnet@v3
25
+ uses : actions/setup-dotnet@v4
26
26
with :
27
27
dotnet-version : |
28
28
7.0.x
Original file line number Diff line number Diff line change 21
21
with :
22
22
fetch-depth : 0
23
23
- name : Setup .NET SDK
24
- uses : actions/setup-dotnet@v3
24
+ uses : actions/setup-dotnet@v4
25
25
with :
26
26
dotnet-version : " 7.0.x"
27
27
source-url : https://nuget.pkg.github.com/graphql-dotnet/index.json
Original file line number Diff line number Diff line change 25
25
echo github.ref: ${{ github.ref }}
26
26
exit 1
27
27
- name : Setup .NET SDK
28
- uses : actions/setup-dotnet@v3
28
+ uses : actions/setup-dotnet@v4
29
29
with :
30
30
dotnet-version : " 7.0.x"
31
31
source-url : https://api.nuget.org/v3/index.json
You can’t perform that action at this time.
0 commit comments