Skip to content

Commit

Permalink
Merge pull request #8 from devlead/renovate/actions-setup-dotnet-4.x
Browse files Browse the repository at this point in the history
Update actions/setup-dotnet action to v4
  • Loading branch information
devlead authored Feb 11, 2025
2 parents b4f402c + 1c4b335 commit 3e06d6d
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 @@ -22,12 +22,12 @@ jobs:
fetch-depth: 0

- name: Install .NET SDK 8.0.x
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.x'

- name: Install .NET SDK
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
global-json-file: global.json

Expand Down

0 comments on commit 3e06d6d

Please sign in to comment.