Skip to content

Commit 3f3b39b

Browse files
committed
Fix build
1 parent ddc45fe commit 3f3b39b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
dotnet-version: |
1717
6
18-
7
18+
8
1919
- name: Build, Test and Sonar
2020
uses: swisslife-oss/actions/pull-request@main
2121
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
dotnet-version: |
3333
6
34-
7
34+
8
3535
- name: Restore tools
3636
run: dotnet tool restore
3737
- name: Build, Test and Sonar

0 commit comments

Comments
 (0)