Skip to content

Commit

Permalink
Merge pull request #21 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 2 to 4
  • Loading branch information
DanRigby committed Apr 10, 2024
2 parents 55bf61f + e3fded7 commit 25607f5
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 @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4

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

Expand Down

0 comments on commit 25607f5

Please sign in to comment.