Skip to content

Commit ccd17b1

Browse files
committed
feat: upgrade pipeline
1 parent 3a85974 commit ccd17b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/chapter-4-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Setup .NET
2929
uses: actions/setup-dotnet@v3
3030
with:
31-
dotnet-version: 8.0.x
31+
dotnet-version: 9.0.x
3232
- name: Add Evolutionary Architecture Nuget Source
3333
uses: evolutionary-architecture/evolutionary-architecture-by-example/.github@main
3434
with:
@@ -53,7 +53,7 @@ jobs:
5353
- name: Setup .NET
5454
uses: actions/setup-dotnet@v3
5555
with:
56-
dotnet-version: 8.0.x
56+
dotnet-version: 9.0.x
5757
- name: Add Evolutionary Architecture Nuget Source
5858
uses: evolutionary-architecture/evolutionary-architecture-by-example/.github@main
5959
with:

0 commit comments

Comments
 (0)