File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 steps :
1919 - uses : actions/checkout@v4
2020 - name : Setup .NET SDK
21- uses : actions/setup-dotnet@v4
21+ uses : actions/setup-dotnet@v5
2222 with :
2323 dotnet-version : |
2424 8.0.x
Original file line number Diff line number Diff line change 1717 uses : actions/checkout@v4
1818
1919 - name : Setup .NET SDK
20- uses : actions/setup-dotnet@v4
20+ uses : actions/setup-dotnet@v5
2121 with :
2222 dotnet-version : 8.0.x
2323 source-url : https://nuget.pkg.github.com/graphql-dotnet/index.json
Original file line number Diff line number Diff line change 2525 - name : Checkout source
2626 uses : actions/checkout@v4
2727 - name : Setup .NET SDK
28- uses : actions/setup-dotnet@v4
28+ uses : actions/setup-dotnet@v5
2929 with :
3030 dotnet-version : 8.0.x
3131 source-url : https://nuget.pkg.github.com/graphql-dotnet/index.json
Original file line number Diff line number Diff line change 2828 echo version=$version
2929 echo "version=$version" >> $GITHUB_ENV
3030 - name : Setup .NET SDK
31- uses : actions/setup-dotnet@v4
31+ uses : actions/setup-dotnet@v5
3232 with :
3333 dotnet-version : |
3434 8.0.x
Original file line number Diff line number Diff line change 4141 - name : Checkout source
4242 uses : actions/checkout@v4
4343 - name : Setup .NET SDK
44- uses : actions/setup-dotnet@v4
44+ uses : actions/setup-dotnet@v5
4545 with :
4646 dotnet-version : |
4747 2.1.x
8181 - name : Checkout source
8282 uses : actions/checkout@v4
8383 - name : Setup .NET SDK for NativeAOT
84- uses : actions/setup-dotnet@v4
84+ uses : actions/setup-dotnet@v5
8585 with :
8686 dotnet-version : 8.0.x
8787 source-url : https://nuget.pkg.github.com/graphql-dotnet/index.json
You can’t perform that action at this time.
0 commit comments