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:
19
19
runs-on : ubuntu-latest
20
20
21
21
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
25
25
with :
26
- dotnet-version : ' 8 .0.x'
26
+ dotnet-version : ' 9 .0.x'
27
27
- name : Build
28
28
run : dotnet build -c Release SimpleS3.sln
Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ jobs:
17
17
runs-on : ubuntu-latest
18
18
19
19
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
23
23
with :
24
- dotnet-version : ' 8 .0.x'
24
+ dotnet-version : ' 9 .0.x'
25
25
- name : Pack release
26
26
run : dotnet pack -c Release -o tmp SimpleS3.sln
27
27
- name : Upload to nuget
You can’t perform that action at this time.
0 commit comments