Skip to content

Commit 72908e5

Browse files
authored
Merge pull request #219 from BrammyS/dependabot/github_actions/actions-deps-5e9711c773
Build(deps): Bump actions/setup-dotnet from 4 to 5 in the actions-deps group
2 parents 380c88a + e48d9e6 commit 72908e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnetBuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- run: echo ${{matrix.os}}
1616

1717
- name: Setup .NET SDK
18-
uses: actions/setup-dotnet@v4
18+
uses: actions/setup-dotnet@v5
1919
with:
2020
dotnet-version: 8.0.x
2121

0 commit comments

Comments
 (0)