We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddc45fe commit 3f3b39bCopy full SHA for 3f3b39b
.github/workflows/pull-request.yml
@@ -15,7 +15,7 @@ jobs:
15
with:
16
dotnet-version: |
17
6
18
- 7
+ 8
19
- name: Build, Test and Sonar
20
uses: swisslife-oss/actions/pull-request@main
21
.github/workflows/release.yml
@@ -31,7 +31,7 @@ jobs:
31
32
33
34
35
- name: Restore tools
36
run: dotnet tool restore
37
0 commit comments