From bc5ce35d803cd9b14c2e2fc6f582ac873b1d3d38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 17:14:04 +0000 Subject: [PATCH] Bump actions/setup-dotnet Bumps the github-actions group with 1 update in the /.github/workflows directory: [actions/setup-dotnet](https://github.com/actions/setup-dotnet). Updates `actions/setup-dotnet` from 5 to 6 - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-docfx.yml | 2 +- .github/workflows/release-nuget.yml | 2 +- .github/workflows/test.yml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy-docfx.yml b/.github/workflows/deploy-docfx.yml index 366c997..e70b41f 100644 --- a/.github/workflows/deploy-docfx.yml +++ b/.github/workflows/deploy-docfx.yml @@ -31,7 +31,7 @@ jobs: uses: actions/checkout@v7 - name: Dotnet Setup - uses: actions/setup-dotnet@v5 + uses: actions/setup-dotnet@v6 with: dotnet-version: 10.x diff --git a/.github/workflows/release-nuget.yml b/.github/workflows/release-nuget.yml index 8795dd4..70ae7d3 100644 --- a/.github/workflows/release-nuget.yml +++ b/.github/workflows/release-nuget.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v7 - name: Setup .NET SDK - uses: actions/setup-dotnet@v5 + uses: actions/setup-dotnet@v6 with: dotnet-version: '10.0.x' diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5c97422..a791805 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -48,7 +48,7 @@ jobs: uses: actions/checkout@v7 - name: Setup .NET SDK - uses: actions/setup-dotnet@v5 + uses: actions/setup-dotnet@v6 with: dotnet-version: '10.0.x' @@ -83,7 +83,7 @@ jobs: uses: actions/checkout@v7 - name: Setup .NET SDK - uses: actions/setup-dotnet@v5 + uses: actions/setup-dotnet@v6 with: dotnet-version: '10.0.x' @@ -119,7 +119,7 @@ jobs: uses: actions/checkout@v7 - name: Dotnet Setup - uses: actions/setup-dotnet@v5 + uses: actions/setup-dotnet@v6 with: dotnet-version: 10.x