Skip to content

Commit

Permalink
bump setup-dotnet
Browse files Browse the repository at this point in the history
  • Loading branch information
Inok committed Jan 28, 2024
1 parent 68b3030 commit 057976e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fetch-depth: 0

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

Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
steps:

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

Expand Down

0 comments on commit 057976e

Please sign in to comment.