Skip to content

Commit d4ca66b

Browse files
authored
Merge pull request #81 from KuraiAndras/dependabot/github_actions/allgha-5e9711c773
Bump actions/setup-dotnet from 4 to 5 in the allgha group
2 parents c96d468 + 1f2c8c4 commit d4ca66b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
fetch-depth: 0
1818

19-
- uses: actions/setup-dotnet@v4
19+
- uses: actions/setup-dotnet@v5
2020

2121
- name: Run tests
2222
run: dotnet test

0 commit comments

Comments
 (0)