Skip to content

Commit 61fd9cd

Browse files
authored
Merge pull request #371 from bervProject/dependabot/github_actions/actions/setup-dotnet-5
Bump actions/setup-dotnet from 4 to 5
2 parents 49a6f8a + 5b38982 commit 61fd9cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v5
1616
- name: Setup .NET Core
17-
uses: actions/setup-dotnet@v4
17+
uses: actions/setup-dotnet@v5
1818
with:
1919
dotnet-version: "8.0.x"
2020
- name: Install dependencies
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
languages: csharp
3636
- name: Setup .NET Core
37-
uses: actions/setup-dotnet@v4
37+
uses: actions/setup-dotnet@v5
3838
with:
3939
dotnet-version: "8.0.x"
4040
- name: Autobuild

0 commit comments

Comments
 (0)