We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 970b522 commit 409e8b6Copy full SHA for 409e8b6
.github/workflows/CI.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
- name: Setup .NET
17
- uses: actions/setup-dotnet@v4
+ uses: actions/setup-dotnet@v5
18
with:
19
dotnet-version: 6.0.x
20
@@ -36,7 +36,7 @@ jobs:
36
uses: actions/checkout@v5
37
38
39
40
41
42
@@ -65,7 +65,7 @@ jobs:
65
66
67
68
69
70
71
0 commit comments