We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18e4a0f commit c1425c2Copy full SHA for c1425c2
.github/workflows/manual.yml
@@ -16,12 +16,13 @@ jobs:
16
17
# Steps represent a sequence of tasks that will be executed as part of the job
18
steps:
19
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v5
20
- name: Setup .NET
21
- uses: actions/setup-dotnet@v3
+ uses: actions/setup-dotnet@v5
22
with:
23
- dotnet-version: 8.x
24
- dotnet-quality: 'preview'
+ dotnet-version: |
+ 8.0.x
25
+ 9.0.x
26
- name: Restore dependencies
27
run: dotnet restore
28
- name: Build
0 commit comments