Merge pull request #3 from AlexMacocian/dependabot/github_actions/actions/setup-dotnet-4

Bump actions/setup-dotnet from 3 to 4
This commit is contained in:
2024-08-21 13:13:13 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ jobs:
fetch-depth: 0
- name: Install .NET Core
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.x'
+1 -1
View File
@@ -30,7 +30,7 @@ jobs:
fetch-depth: 0
- name: Install .NET Core
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.x'