File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -19,14 +19,14 @@ jobs:
19
19
build-windows :
20
20
runs-on : windows-latest
21
21
steps :
22
- - uses : actions/checkout@v2
22
+ - uses : actions/checkout@v3
23
23
- name : Run './build.cmd ci'
24
24
run : ./build.cmd ci
25
25
26
26
build-linux :
27
27
runs-on : ubuntu-latest
28
28
steps :
29
- - uses : actions/checkout@v2
29
+ - uses : actions/checkout@v3
30
30
- name : Run './build.cmd ci'
31
31
run : ./build.sh ci
32
32
Original file line number Diff line number Diff line change @@ -89,3 +89,4 @@ project.lock.json
89
89
BenchmarkDotNet.Artifacts *
90
90
/artifacts
91
91
/.nuke /temp
92
+ node_modules
Original file line number Diff line number Diff line change 11
11
</PropertyGroup >
12
12
13
13
<ItemGroup >
14
- <PackageReference Include =" Nuke.Common" Version =" 6.2.1 " />
14
+ <PackageReference Include =" Nuke.Common" Version =" 6.3.0 " />
15
15
</ItemGroup >
16
16
17
17
</Project >
You can’t perform that action at this time.
0 commit comments