From 39d6ab1c5f61f39a4f5cc40e5ecf531771064456 Mon Sep 17 00:00:00 2001 From: Minimata Date: Sun, 25 Jan 2026 17:28:23 +0100 Subject: [PATCH] trying new runner --- .gitea/workflows/dev-branch.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/dev-branch.yaml b/.gitea/workflows/dev-branch.yaml index 661fb4d7..bc7bb5c2 100644 --- a/.gitea/workflows/dev-branch.yaml +++ b/.gitea/workflows/dev-branch.yaml @@ -37,7 +37,8 @@ jobs: # restore-keys: | # Assets- - - uses: actions/setup-dotnet@v4 + - name: Setup dotnet + uses: actions/setup-dotnet@v5 with: dotnet-version: '8.0.x'