Skip to content

Commit

Permalink
Merge pull request #58 from DanRigby/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-dotnet-4

Bump actions/setup-dotnet from 3 to 4
  • Loading branch information
DanRigby authored Apr 10, 2024
2 parents 5d9f64c + 4ae7d22 commit 13b2085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3

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

Expand Down

0 comments on commit 13b2085

Please sign in to comment.