Skip to content

Commit f0aae8a

Browse files
authored
Merge pull request #9 from FINTLabs/dependabot/github_actions/actions/setup-dotnet-5
Bump actions/setup-dotnet from 2 to 5
2 parents 3dd478f + 69b454b commit f0aae8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/checkout@v6
1212

1313
- name: Setup .NET SDK
14-
uses: actions/setup-dotnet@v2
14+
uses: actions/setup-dotnet@v5
1515
with:
1616
dotnet-version: '8.0.x'
1717

0 commit comments

Comments
 (0)