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.
2 parents 8c77094 + 1c90ed2 commit 09378c9Copy full SHA for 09378c9
.github/workflows/ci-cd.yml
@@ -14,7 +14,7 @@ jobs:
14
GITHUB_RUN_NUMBER: ${{ github.run_number }}
15
steps:
16
- name: Setup .NET
17
- uses: actions/setup-dotnet@v2
+ uses: actions/setup-dotnet@v3.0.0
18
with:
19
dotnet-version: 6.0.x
20
.github/workflows/codeql-analysis.yml
@@ -42,7 +42,7 @@ jobs:
42
uses: actions/checkout@v3
43
44
45
46
47
48
0 commit comments