From 8155a248d5b4a815e469058236e3a64a9d7897a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ladislav=20=C5=A0est=C3=A1k?= Date: Sun, 26 May 2024 19:49:42 +0100 Subject: [PATCH] Updated actions/setup-dotnet to version 4 --- .github/setup/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/setup/action.yml b/.github/setup/action.yml index b348a7a5bf..8b786bb560 100644 --- a/.github/setup/action.yml +++ b/.github/setup/action.yml @@ -32,7 +32,7 @@ runs: shell: bash # .NET - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: | 8.0.x