Skip to content

Commit

Permalink
Merge pull request #12 from HerpDerpinstine/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/master/actions/setup-dotnet-4.0.0

Bump actions/setup-dotnet from 3.2.0 to 4.0.0
  • Loading branch information
HerpDerpinstine authored Jun 22, 2024
2 parents 5ea50c8 + 023c3a2 commit bfb6d59
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 @@ -8,11 +8,11 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup .NET 5
uses: actions/setup-dotnet@v3.2.0
uses: actions/setup-dotnet@v4.0.0
with:
dotnet-version: 5.0.x
- name: Setup .NET 6
uses: actions/setup-dotnet@v3.2.0
uses: actions/setup-dotnet@v4.0.0
with:
dotnet-version: 6.0.x
- name: Restore Dependencies
Expand Down

0 comments on commit bfb6d59

Please sign in to comment.