Skip to content

Commit

Permalink
Merge pull request #8 from codemonkey85/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/setup-dotnet-4.1.0

Bump actions/setup-dotnet from 4.0.0 to 4.1.0
  • Loading branch information
codemonkey85 authored Dec 5, 2024
2 parents 41e9b11 + c38a0ec commit d10fa98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

# sets up .NET SDK
- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v4.0.0
uses: actions/setup-dotnet@v4.1.0
with:
global-json-file: global.json

Expand Down

0 comments on commit d10fa98

Please sign in to comment.