Skip to content

Commit

Permalink
chore: update pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewBabbitt97 committed Jan 14, 2023
1 parent 0903ecf commit 784fecc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: "6.0.x"
dotnet-version: "7.0.x"

- name: Build solution
run: dotnet build src/
2 changes: 1 addition & 1 deletion .github/workflows/lint-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: "6.0.x"
dotnet-version: "7.0.x"

- name: Run linters
uses: wearerequired/lint-action@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/scan-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
jobs:
scan-code:
name: Scan Code
runs-on: windows-2019
runs-on: windows-latest

permissions:
actions: read
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Set up .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: "6.0.x"
dotnet-version: "7.0.x"

- name: Build solution
run: dotnet build src/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: "6.0.x"
dotnet-version: "7.0.x"

- name: Test solution
run: dotnet test src/

0 comments on commit 784fecc

Please sign in to comment.