Skip to content

Commit 7ed8b01

Browse files
author
Per Kops
committed
chore: upgrade to dotnet 8 in github workflows
1 parent 891cf16 commit 7ed8b01

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/atc-coding-rules-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: '⚙ Install ATC Coding Rules updater'
2525
run: dotnet tool install --global atc-coding-rules-updater
2626
- name: ♻️ Run ATC Coding Rules updater
27-
run: atc-coding-rules-updater run --projectPath . --verbose --projectTarget DotNet6 --useTemporarySuppressions
27+
run: atc-coding-rules-updater run --projectPath . --verbose --projectTarget DotNet8 --useTemporarySuppressions
2828
- name: 🐛 Git - show changes
2929
shell: bash
3030
run: |

.github/workflows/post-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ jobs:
3030
with:
3131
setAllVars: true
3232

33-
- name: ⚙️ Setup dotnet 6.0.x
33+
- name: ⚙️ Setup dotnet 8.0.x
3434
uses: actions/setup-dotnet@v1
3535
with:
36-
dotnet-version: '6.0.x'
36+
dotnet-version: '8.0.x'
3737

3838
- name: ⚙️ Set up JDK 17
3939
uses: actions/setup-java@v3

.github/workflows/pre-integration.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
with:
2020
fetch-depth: 0
2121

22-
- name: ⚙️ Setup dotnet 6.0.x
22+
- name: ⚙️ Setup dotnet 8.0.x
2323
uses: actions/setup-dotnet@v1
2424
with:
25-
dotnet-version: '6.0.x'
25+
dotnet-version: '8.0.x'
2626

2727
- name: 🧹 Clean
2828
run: dotnet clean -c Release && dotnet nuget locals all --clear
@@ -43,10 +43,10 @@ jobs:
4343
with:
4444
fetch-depth: 0
4545

46-
- name: ⚙️ Setup dotnet 6.0.x
46+
- name: ⚙️ Setup dotnet 8.0.x
4747
uses: actions/setup-dotnet@v1
4848
with:
49-
dotnet-version: '6.0.x'
49+
dotnet-version: '8.0.x'
5050

5151
- name: 🔁 Restore packages
5252
run: dotnet restore

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
with:
2828
setAllVars: true
2929

30-
- name: ⚙️ Setup dotnet 6.0.x
30+
- name: ⚙️ Setup dotnet 8.0.x
3131
uses: actions/setup-dotnet@v1
3232
with:
33-
dotnet-version: '6.0.x'
33+
dotnet-version: '8.0.x'
3434

3535
- name: 🧹 Clean
3636
run: dotnet clean -c Release && dotnet nuget locals all --clear

0 commit comments

Comments
 (0)