Setup-Dotnet: Update all workflows to Setup-Dotnet V4

This commit is contained in:
Josh Soref
2024-04-25 14:27:37 -04:00
parent 2435e57601
commit 545832af8b
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ jobs:
- uses: actions/checkout@v4
- name: Set up .NET Core
uses: actions/setup-dotnet@v2
uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{ env.DOTNET_VERSION }}