From 5640c311f21d04a19062ca2e5b3b98fa9eeaccd5 Mon Sep 17 00:00:00 2001 From: Mattias Karsson Date: Thu, 16 Jul 2026 04:02:12 +0000 Subject: [PATCH] chore(deps): update actions/setup-dotnet action to v6 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2edf09e..e6ca0e9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,12 +26,12 @@ jobs: fetch-depth: 0 - name: Install .NET SDK 8.0.x - uses: actions/setup-dotnet@v5 + uses: actions/setup-dotnet@v6 with: dotnet-version: '8.0.x' - name: Install .NET SDK - uses: actions/setup-dotnet@v5 + uses: actions/setup-dotnet@v6 with: global-json-file: global.json