From e2ad41f951ca2428edc3c5257c01ea41413288f5 Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Fri, 17 Jul 2026 02:33:30 +0000 Subject: [PATCH] Update actions/setup-dotnet action to v6 --- .gitea/workflows/pr-push-build-and-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/pr-push-build-and-test.yaml b/.gitea/workflows/pr-push-build-and-test.yaml index ffac123..83bc719 100644 --- a/.gitea/workflows/pr-push-build-and-test.yaml +++ b/.gitea/workflows/pr-push-build-and-test.yaml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v7 - name: Setup .NET - uses: actions/setup-dotnet@v5 + uses: actions/setup-dotnet@v6 with: dotnet-version: "10.0.x"