Skip to content

Commit c6f24c1

Browse files
authored
Merge pull request #13 from codemonkey85/dependabot/github_actions/actions/setup-dotnet-4.3.0
Bump actions/setup-dotnet from 4.2.0 to 4.3.0
2 parents 96f9c0c + d454616 commit c6f24c1

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@v4.3.1
18+
uses: actions/setup-dotnet@v5.0.0
1919
with:
2020
global-json-file: ./global.json
2121

0 commit comments

Comments
 (0)