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 7b63122 commit 1d565e3Copy full SHA for 1d565e3
.github/workflows/CodeQuality.yml
@@ -10,11 +10,11 @@ jobs:
10
name: Build
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
14
with:
15
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
16
- name: Setup dotnet
17
- uses: actions/setup-dotnet@v1
+ uses: actions/setup-dotnet@v2
18
19
dotnet-version: '6.0.x'
20
0 commit comments