File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed
Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111
1212 steps :
13- - uses : actions/checkout@v2
14- - name : Setup .NET Core
15- uses : actions/setup-dotnet@v3
13+ - uses : actions/checkout@v4
14+ - name : Setup .NET
15+ uses : actions/setup-dotnet@v4
16+ with :
17+ dotnet-version : 8.0.x
1618 - name : Build
1719 run : dotnet build -c Release "src/Hedgehog.Xunit"
1820 - name : Test F#
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111
1212 steps :
13- - uses : actions/checkout@v2
14- - name : Setup .NET Core
15- uses : actions/setup-dotnet@v3
13+ - uses : actions/checkout@v4
14+ - name : Setup .NET
15+ uses : actions/setup-dotnet@v4
16+ with :
17+ dotnet-version : 8.0.x
1618 - name : Build
1719 run : dotnet build -c Release "src/Hedgehog.Xunit"
1820 - name : Test F#
You can’t perform that action at this time.
0 commit comments