Skip to content

Commit e4ecaac

Browse files
authored
Merge pull request #85 from pedromsantos/dependabot/github_actions/actions/setup-dotnet-5
Bump actions/setup-dotnet from 4 to 5
2 parents b1cebe6 + 682cfa1 commit e4ecaac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v5
1111

1212
- name: Setup .NET
13-
uses: actions/setup-dotnet@v4
13+
uses: actions/setup-dotnet@v5
1414
with:
1515
dotnet-version: 8.0.x
1616

0 commit comments

Comments
 (0)