From 7af4bc8d2d508194592bd92bd445532c8b28c0a9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 17 Jul 2026 02:34:14 +0000 Subject: [PATCH] Update actions/setup-dotnet action to v6 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 986692a..6b28314 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: with: fetch-depth: 0 - name: Setup .NET SDK - uses: actions/setup-dotnet@v5.4.0 + uses: actions/setup-dotnet@v6.0.0 with: dotnet-version: 10.0.x - name: Build Modules