From 9c1147621bb5a1e879c23029670809adab44477d Mon Sep 17 00:00:00 2001 From: Mattias Karsson Date: Thu, 16 Jul 2026 04:02:50 +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 e33067d..ec7bd56 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,14 +27,14 @@ jobs: fetch-depth: 0 - name: Install .NET SDK 8.0.x & 9.0.x - uses: actions/setup-dotnet@v5 + uses: actions/setup-dotnet@v6 with: dotnet-version: | 8.0.x 9.0.x - name: Install .NET SDK - uses: actions/setup-dotnet@v5 + uses: actions/setup-dotnet@v6 with: global-json-file: global.json