Skip to content

Commit 7f63e10

Browse files
authored
Merge pull request #2 from felipementel/dependabot/github_actions/actions/setup-dotnet-5
ci: bump actions/setup-dotnet from 4 to 5
2 parents 06ee73f + abc866e commit 7f63e10

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
uses: actions/checkout@v6
1717

1818
- name: Setup .NET 10
19-
uses: actions/setup-dotnet@v4
19+
uses: actions/setup-dotnet@v5
2020
with:
2121
dotnet-version: '10.0.x'
2222

0 commit comments

Comments
 (0)