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 0a577e5 commit b8cf3a9Copy full SHA for b8cf3a9
.github/workflows/ci.yaml
@@ -28,7 +28,7 @@ jobs:
28
fetch-depth: 0
29
30
- name: Setup .NET Core
31
- uses: actions/setup-dotnet@v3.0.2
+ uses: actions/setup-dotnet@v3.0.3
32
with:
33
dotnet-version: 6.0.x
34
.github/workflows/codeql-analysis.yml
@@ -39,7 +39,7 @@ jobs:
39
uses: actions/checkout@v3
40
41
- name: Setup dotnet
42
43
44
dotnet-version: "6.0.x"
45
0 commit comments