Skip to content

Commit 784fecc

Browse files
chore: update pipelines
1 parent 0903ecf commit 784fecc

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up .NET
2121
uses: actions/setup-dotnet@v3
2222
with:
23-
dotnet-version: "6.0.x"
23+
dotnet-version: "7.0.x"
2424

2525
- name: Build solution
2626
run: dotnet build src/

.github/workflows/lint-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up .NET
2121
uses: actions/setup-dotnet@v3
2222
with:
23-
dotnet-version: "6.0.x"
23+
dotnet-version: "7.0.x"
2424

2525
- name: Run linters
2626
uses: wearerequired/lint-action@v2

.github/workflows/scan-code.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
jobs:
1414
scan-code:
1515
name: Scan Code
16-
runs-on: windows-2019
16+
runs-on: windows-latest
1717

1818
permissions:
1919
actions: read
@@ -37,7 +37,7 @@ jobs:
3737
- name: Set up .NET
3838
uses: actions/setup-dotnet@v3
3939
with:
40-
dotnet-version: "6.0.x"
40+
dotnet-version: "7.0.x"
4141

4242
- name: Build solution
4343
run: dotnet build src/

.github/workflows/test-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up .NET
2121
uses: actions/setup-dotnet@v3
2222
with:
23-
dotnet-version: "6.0.x"
23+
dotnet-version: "7.0.x"
2424

2525
- name: Test solution
2626
run: dotnet test src/

0 commit comments

Comments
 (0)