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 aa1c5b2 commit 9b3d156Copy full SHA for 9b3d156
1 file changed
.github/workflows/dotnet.yml
@@ -26,7 +26,7 @@ jobs:
26
fetch-depth: 0
27
persist-credentials: false
28
- name: Setup .NET
29
- uses: actions/setup-dotnet@v4
+ uses: actions/setup-dotnet@v6
30
with:
31
# 10.0.x runs the pipeline; 8.0.x and 9.0.x provide runtimes for the multi-targeted test project
32
dotnet-version: |
0 commit comments