From e64991e3cf8c9f7711defe941fc0496772e4ed09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 15:12:40 +0000 Subject: [PATCH] chore(deps): Bump actions/setup-dotnet from 5 to 6 Bumps [actions/setup-dotnet](https://github.com/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 ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 12 ++++++------ .github/workflows/docs-deploy.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aa579716e..415d1cd40 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: # Install the .NET SDK indicated in the global.json file - name: ⚙️ Setup dotnet versions - uses: actions/setup-dotnet@v5 + uses: actions/setup-dotnet@v6 with: dotnet-version: | 8.0.x @@ -91,7 +91,7 @@ jobs: needs: [ create-nuget ] steps: - name: Setup .NET - uses: actions/setup-dotnet@v5 + uses: actions/setup-dotnet@v6 - uses: actions/download-artifact@v8 with: @@ -123,7 +123,7 @@ jobs: fetch-depth: 0 - name: ⚙️ Setup dotnet versions - uses: actions/setup-dotnet@v5 + uses: actions/setup-dotnet@v6 with: dotnet-version: | 8.0.x @@ -158,7 +158,7 @@ jobs: fetch-depth: 0 # Get all history to allow automatic versioning using MinVer - name: ⚙️ Setup dotnet - uses: actions/setup-dotnet@v5 + uses: actions/setup-dotnet@v6 with: dotnet-version: | 10.0.x @@ -218,7 +218,7 @@ jobs: fetch-depth: 0 - name: ⚙️ Setup dotnet versions - uses: actions/setup-dotnet@v5 + uses: actions/setup-dotnet@v6 with: dotnet-version: | 8.0.x @@ -284,7 +284,7 @@ jobs: path: ${{ env.NUGET_DIRECTORY }} - name: Setup .NET Core - uses: actions/setup-dotnet@v5 + uses: actions/setup-dotnet@v6 - name: 🛠️ NuGet login uses: NuGet/login@v1 diff --git a/.github/workflows/docs-deploy.yml b/.github/workflows/docs-deploy.yml index 45e50a22c..81075fccc 100644 --- a/.github/workflows/docs-deploy.yml +++ b/.github/workflows/docs-deploy.yml @@ -70,7 +70,7 @@ jobs: RELEASE_NOTES: ${{ steps.changelog_reader.outputs.changes }} - name: ⚙️ Setup dotnet versions - uses: actions/setup-dotnet@v5 + uses: actions/setup-dotnet@v6 with: dotnet-version: | 8.0.x diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6c5ece3d9..c6284e036 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -60,7 +60,7 @@ jobs: setAllVars: true - name: ⚙️ Setup dotnet versions - uses: actions/setup-dotnet@v5 + uses: actions/setup-dotnet@v6 with: dotnet-version: | 8.0.x