Skip to content

Commit

Permalink
update setup dotnet version
Browse files Browse the repository at this point in the history
  • Loading branch information
David Hock committed Nov 15, 2024
1 parent 3a92a26 commit 14010de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@v1

- name: Setup .NET
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9.0.x

Expand Down Expand Up @@ -58,11 +58,11 @@ jobs:
- uses: actions/checkout@v1

- name: Setup ${{ matrix.display-name }}
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{ matrix.install-version }}
- name: Setup .NET 9.0
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v4
if: ${{ matrix.install-version != '9.0.x' }}
with:
dotnet-version: 9.0.x
Expand Down

0 comments on commit 14010de

Please sign in to comment.