Skip to content

Commit 75429b8

Browse files
committed
feat: upgrade workflow
1 parent b451b95 commit 75429b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup .NET
2828
uses: actions/setup-dotnet@v3
2929
with:
30-
dotnet-version: 8.0.x
30+
dotnet-version: 9.0.x
3131
- name: Add Evolutionary Architecture Nuget Source
3232
uses: evolutionary-architecture/evolutionary-architecture-by-example/.github@main
3333
with:
@@ -52,7 +52,7 @@ jobs:
5252
- name: Setup .NET
5353
uses: actions/setup-dotnet@v3
5454
with:
55-
dotnet-version: 8.0.x
55+
dotnet-version: 9.0.x
5656
- name: Add Evolutionary Architecture Nuget Source
5757
uses: evolutionary-architecture/evolutionary-architecture-by-example/.github@main
5858
with:

0 commit comments

Comments
 (0)