Skip to content

Commit af02e8d

Browse files
committed
Upgrade to NUKE 6.3.0
1 parent f301746 commit af02e8d

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ jobs:
1919
build-windows:
2020
runs-on: windows-latest
2121
steps:
22-
- uses: actions/checkout@v2
22+
- uses: actions/checkout@v3
2323
- name: Run './build.cmd ci'
2424
run: ./build.cmd ci
2525

2626
build-linux:
2727
runs-on: ubuntu-latest
2828
steps:
29-
- uses: actions/checkout@v2
29+
- uses: actions/checkout@v3
3030
- name: Run './build.cmd ci'
3131
run: ./build.sh ci
3232

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,4 @@ project.lock.json
8989
BenchmarkDotNet.Artifacts*
9090
/artifacts
9191
/.nuke/temp
92+
node_modules

build-support/nuke-build/_build.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</PropertyGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="Nuke.Common" Version="6.2.1" />
14+
<PackageReference Include="Nuke.Common" Version="6.3.0" />
1515
</ItemGroup>
1616

1717
</Project>

0 commit comments

Comments
 (0)