Skip to content

Commit

Permalink
Upgrade setup-dotnet action to v4 (add support for .NET 8).
Browse files Browse the repository at this point in the history
  • Loading branch information
KubaSzostak authored Sep 7, 2024
1 parent 48f695d commit aa91853
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v2

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

Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:

steps:
- name: Setup .NET 6.0
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.0.306

Expand All @@ -70,7 +70,7 @@ jobs:

steps:
- name: Setup .NET 6.0
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.0.306

Expand Down

0 comments on commit aa91853

Please sign in to comment.