Skip to content

Commit b58a4db

Browse files
authored
Merge pull request #4 from JelleBuning/dependabot/github_actions/actions-deps-25f4b29175
Bump actions/setup-dotnet from 5 to 6 in the actions-deps group
2 parents 5493122 + 7f56f09 commit b58a4db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dotnet.yml

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

1616
- name: Setup .NET SDK
17-
uses: actions/setup-dotnet@v5
17+
uses: actions/setup-dotnet@v6
1818
with:
1919
dotnet-version: '10.0.x'
2020

0 commit comments

Comments
 (0)