From 39ca657a95eb5b688b68ad366c59af531d7f3466 Mon Sep 17 00:00:00 2001 From: Daniel Chalmers Date: Wed, 31 Jan 2024 19:17:08 -0600 Subject: [PATCH] Update action.yml --- .github/actions/full-build/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/full-build/action.yml b/.github/actions/full-build/action.yml index b9f4111..cbc5c76 100644 --- a/.github/actions/full-build/action.yml +++ b/.github/actions/full-build/action.yml @@ -21,7 +21,7 @@ runs: shell: bash run: ls - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 - name: Show .NET info shell: bash