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 05bbf41 commit 900170bCopy full SHA for 900170b
.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@v1
+ uses: actions/setup-dotnet@v2
18
with:
19
dotnet-version: 6.0.x
20
.github/workflows/codeql-analysis.yml
@@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v2
21
22
23
0 commit comments