Skip to content

Commit

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

Bump actions/setup-dotnet from 3.0.3 to 3.2.0
  • Loading branch information
HerpDerpinstine authored Dec 28, 2023
2 parents 9b1f930 + a27af59 commit 018c5c1
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.0.3
uses: actions/setup-dotnet@v3.2.0
with:
dotnet-version: 5.0.x
- name: Setup .NET 6
uses: actions/setup-dotnet@v3.0.3
uses: actions/setup-dotnet@v3.2.0
with:
dotnet-version: 6.0.x
- name: Restore Dependencies
Expand Down

0 comments on commit 018c5c1

Please sign in to comment.