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 173db98 commit 3f3f006Copy full SHA for 3f3f006
.github/workflows/ci.yaml
@@ -28,7 +28,7 @@ jobs:
28
fetch-depth: 0
29
30
- name: Setup .NET
31
- uses: actions/setup-dotnet@v4.3.0
+ uses: actions/setup-dotnet@v4.3.1
32
with:
33
dotnet-version: |
34
6.0.x
.github/workflows/codeql-analysis.yml
@@ -39,7 +39,7 @@ jobs:
39
uses: actions/checkout@v4
40
41
- name: Setup dotnet
42
43
44
dotnet-version: "8.0.x"
45
0 commit comments