File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ jobs:
1919 runs-on : ubuntu-latest
2020
2121 steps :
22- - uses : actions/checkout@v4.1.1
23- - name : Setup .NET Core 8 .0
24- uses : actions/setup-dotnet@v4.0.0
22+ - uses : actions/checkout@v4.2.2
23+ - name : Setup .NET Core 9 .0
24+ uses : actions/setup-dotnet@v4.3.1
2525 with :
26- dotnet-version : ' 8 .0.x'
26+ dotnet-version : ' 9 .0.x'
2727 - name : Build
2828 run : dotnet build -c Release SimpleS3.sln
Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ jobs:
1717 runs-on : ubuntu-latest
1818
1919 steps :
20- - uses : actions/checkout@v4.1.1
21- - name : Setup .NET Core 8 .0
22- uses : actions/setup-dotnet@v4.0.0
20+ - uses : actions/checkout@v4.2.2
21+ - name : Setup .NET Core 9 .0
22+ uses : actions/setup-dotnet@v4.3.1
2323 with :
24- dotnet-version : ' 8 .0.x'
24+ dotnet-version : ' 9 .0.x'
2525 - name : Pack release
2626 run : dotnet pack -c Release -o tmp SimpleS3.sln
2727 - name : Upload to nuget
You can’t perform that action at this time.
0 commit comments