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 f58dcde commit b8d5de3Copy full SHA for b8d5de3
.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.0
+ uses: actions/setup-dotnet@v3.0.1
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
- uses: actions/setup-dotnet@v3
43
44
dotnet-version: "6.0.x"
45
0 commit comments