Skip to content

Commit c1425c2

Browse files
authored
Update manual.yml
1 parent 18e4a0f commit c1425c2

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/manual.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,13 @@ jobs:
1616

1717
# Steps represent a sequence of tasks that will be executed as part of the job
1818
steps:
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v5
2020
- name: Setup .NET
21-
uses: actions/setup-dotnet@v3
21+
uses: actions/setup-dotnet@v5
2222
with:
23-
dotnet-version: 8.x
24-
dotnet-quality: 'preview'
23+
dotnet-version: |
24+
8.0.x
25+
9.0.x
2526
- name: Restore dependencies
2627
run: dotnet restore
2728
- name: Build

0 commit comments

Comments
 (0)