We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 156077c commit d817121Copy full SHA for d817121
1 file changed
.github/workflows/build.yml
@@ -12,17 +12,16 @@ jobs:
12
build:
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
16
with:
17
fetch-depth: 0
18
- name: Setup .NET
19
- uses: actions/setup-dotnet@v4
+ uses: actions/setup-dotnet@v5
20
21
dotnet-version: |
22
- 6.0.x
23
- 7.0.x
24
8.0.x
25
9.0.x
+ 10.0.x
26
- name: Build with .NET
27
run: dotnet build --configuration Release
28
- name: Test with .NET
0 commit comments