Skip to content

Commit 3da8146

Browse files
authored
Update ci.yml
1 parent aa062bd commit 3da8146

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ jobs:
2828
steps:
2929
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
3030
- name: Checkout Repo
31-
uses: actions/checkout@v3
31+
uses: actions/checkout@v4
3232
- name: Install .NET 5
3333
uses: actions/setup-dotnet@v2
3434
with:
3535
dotnet-version: '5.0.x'
36-
- name: Install .NET 6
36+
- name: Install .NET 6
3737
uses: actions/setup-dotnet@v2
3838
with:
3939
dotnet-version: '6.0.x'
@@ -45,6 +45,10 @@ jobs:
4545
uses: actions/setup-dotnet@v2
4646
with:
4747
dotnet-version: 8.0.x
48+
- name: Install .NET 9
49+
uses: actions/setup-dotnet@v2
50+
with:
51+
dotnet-version: 9.0.x
4852
include-prerelease: true
4953
- run: dotnet restore
5054
- run: dotnet build --configuration Release --no-restore

0 commit comments

Comments
 (0)