Skip to content

Commit

Permalink
Bump actions/setup-dotnet from 3 to 4 (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jan 1, 2024
1 parent 117cefd commit ab6f303
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 @@ -44,7 +44,7 @@ jobs:
useConfigFile: true

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

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

steps:
- name: Setup .NET 6 SDK
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: '7.x'
source-url: https://api.nuget.org/v3/index.json
Expand Down

0 comments on commit ab6f303

Please sign in to comment.