From 02755d816f452ef877b4a14d8f62dfc00a681767 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 05:35:08 +0000 Subject: [PATCH] chore(deps): update actions/setup-dotnet action to v6 --- .github/workflows/ci.yml | 2 +- .github/workflows/continuous.yml | 2 +- .github/workflows/deploy-docs.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 495160a..29db127 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - - uses: actions/setup-dotnet@v5 + - uses: actions/setup-dotnet@v6 with: dotnet-version: '10.0.x' - run: ./build.cmd Test diff --git a/.github/workflows/continuous.yml b/.github/workflows/continuous.yml index 1ce87b4..4b0e7a9 100644 --- a/.github/workflows/continuous.yml +++ b/.github/workflows/continuous.yml @@ -25,7 +25,7 @@ jobs: with: fetch-depth: 0 - name: 'Setup: .NET SDK' - uses: actions/setup-dotnet@v5 + uses: actions/setup-dotnet@v6 with: dotnet-version: '10.0.x' - name: 'Cache: .nuke/temp, ~/.nuget/packages' diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 1643d92..cbad85d 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v6 - name: Setup .NET - uses: actions/setup-dotnet@v5 + uses: actions/setup-dotnet@v6 with: dotnet-version: '10.0.x'