Downgrade setup dotnet action
Some checks failed
Build Mau & Deploy Mau / build (push) Successful in 1m25s
Build Mau & Deploy Mau / deploy (push) Failing after 1m28s

This commit is contained in:
DTieman
2024-04-14 11:08:33 +02:00
parent 0e08890fb7
commit d34c79a1af

View File

@@ -20,7 +20,7 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Setup .NET Core - name: Setup .NET Core
uses: actions/setup-dotnet@v4 uses: actions/setup-dotnet@v3
with: with:
dotnet-version: 7.0.x dotnet-version: 7.0.x
- name: Install dependencies - name: Install dependencies