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 843380f commit 59c7b3fCopy full SHA for 59c7b3f
2 files changed
.github/workflows/build.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Checkout repository
27
uses: actions/checkout@v5
28
- name: Setup .NET
29
- uses: actions/setup-dotnet@v4.3.1
+ uses: actions/setup-dotnet@v5.0.0
30
with:
31
dotnet-version: |
32
10.0.100-preview.1.25120.13
.github/workflows/codeql-analysis.yml
@@ -28,7 +28,7 @@ jobs:
languages: ${{ matrix.language }}
33
34
0 commit comments