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 f5166c4 commit c278834Copy full SHA for c278834
.github/workflows/build.yml
@@ -47,7 +47,7 @@ jobs:
47
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
48
- name: Fetch all tags and branches
49
run: git fetch --prune --unshallow
50
- - uses: actions/setup-dotnet@v3.2.0
+ - uses: actions/setup-dotnet@v4.0.0
51
with:
52
# codecov needs 2.1
53
# unittests needs 3.1
.github/workflows/codeql-analysis.yml
@@ -34,7 +34,7 @@ jobs:
34
35
fetch-depth: 0
36
37
38
39
dotnet-version: |
40
5.0
0 commit comments