File tree Expand file tree Collapse file tree 2 files changed +11
-15
lines changed
Expand file tree Collapse file tree 2 files changed +11
-15
lines changed Original file line number Diff line number Diff line change @@ -26,12 +26,12 @@ jobs:
2626 if : needs.can_document.outputs.value == 'true'
2727
2828 steps :
29- - uses : actions/checkout@v2
29+ - uses : actions/checkout@v5
3030
3131 - name : Use Node.js
32- uses : actions/setup-node@v1
32+ uses : actions/setup-node@v5
3333 with :
34- node-version : " 14 .x"
34+ node-version : " 20 .x"
3535 registry-url : ' https://registry.npmjs.org'
3636
3737 - name : Install Dependencies
@@ -48,14 +48,12 @@ jobs:
4848 runs-on : ubuntu-latest
4949
5050 steps :
51- - uses : actions/checkout@v2
51+ - uses : actions/checkout@v5
5252
53- - uses : actions/setup-dotnet@v1
53+ - uses : actions/setup-dotnet@v5
5454 with :
5555 dotnet-version : |
56- 6.0.x
57- 7.0.x
58- 8.0.x
56+ 10.0.x
5957
6058 - name : Build
6159 run : ./build.sh
@@ -64,14 +62,12 @@ jobs:
6462 runs-on : windows-latest
6563
6664 steps :
67- - uses : actions/checkout@v2
65+ - uses : actions/checkout@v5
6866
69- - uses : actions/setup-dotnet@v1
67+ - uses : actions/setup-dotnet@v5
7068 with :
7169 dotnet-version : |
72- 6.0.x
73- 7.0.x
74- 8.0.x
70+ 10.0.x
7571
7672 - name : Build
7773 run : |
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFramework >net8 .0</TargetFramework >
5+ <TargetFramework >net10 .0</TargetFramework >
66 <RootNamespace ></RootNamespace >
77 <NoWarn >CS0649;CS0169</NoWarn >
88 <NukeRootDirectory >..</NukeRootDirectory >
1111 </PropertyGroup >
1212
1313 <ItemGroup >
14- <PackageReference Include =" Nuke.Common" Version =" 9 .0.4 " />
14+ <PackageReference Include =" Nuke.Common" Version =" 10 .0.0 " />
1515 </ItemGroup >
1616
1717 <ItemGroup >
You can’t perform that action at this time.
0 commit comments