From 3daa4fdce68724258071ff1187e79afec441f0ea Mon Sep 17 00:00:00 2001 From: "dependencyupdates[bot]" <218638057+dependencyupdates[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 04:19:28 +0000 Subject: [PATCH] Update actions/setup-dotnet action to v6 --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1cd2b1b..c204fe1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,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: global-json-file: global.json - name: Build diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 67943e3..1670122 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,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: global-json-file: global.json - name: Build