From 36e2560b93ec388044341f8853882a278fca4e7e Mon Sep 17 00:00:00 2001 From: MrGadget <9826063+MrGadget1024@users.noreply.github.com> Date: Sat, 13 Apr 2024 09:37:06 -0400 Subject: [PATCH] chore(Semantic.yml): Updated setup-dotnet to v4 --- .github/workflows/Semantic.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Semantic.yml b/.github/workflows/Semantic.yml index 4a6a0fec8..b40004f60 100644 --- a/.github/workflows/Semantic.yml +++ b/.github/workflows/Semantic.yml @@ -21,7 +21,7 @@ jobs: Remove-Item -Recurse -Force Assets\Mirror\Tests.meta - name: Setup dotnet - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v4 with: dotnet-version: '3.1.100'