Skip to content

Commit 70da400

Browse files
authored
Merge pull request #32 from codemonkey85/dependabot/github_actions/actions/setup-dotnet-5.0.1
Bump actions/setup-dotnet from 5.0.0 to 5.0.1
2 parents a963aa4 + 2fe93a4 commit 70da400

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
# sets up .NET SDK
1717
- name: Setup .NET Core SDK
18-
uses: actions/setup-dotnet@v5.0.0
18+
uses: actions/setup-dotnet@v5.0.1
1919
with:
2020
global-json-file: ./global.json
2121

0 commit comments

Comments
 (0)