From 45523810bc9ba1ec77e36eef06c5f5af440a85b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 16:42:42 +0000 Subject: [PATCH] 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/coverage.yml | 2 +- .github/workflows/lockfiles.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 956894f..33bb9e5 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@v7 - name: Setup .NET 9.0.x - uses: actions/setup-dotnet@v5 + uses: actions/setup-dotnet@v6 with: dotnet-version: '9.0.x' diff --git a/.github/workflows/lockfiles.yml b/.github/workflows/lockfiles.yml index 57301e0..747f988 100644 --- a/.github/workflows/lockfiles.yml +++ b/.github/workflows/lockfiles.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v7 - name: Setup .NET 9.0.x - uses: actions/setup-dotnet@v5 + uses: actions/setup-dotnet@v6 with: dotnet-version: '9.0.x' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index acfcb5f..036048a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@v7 - name: Setup .NET 9.0.x - uses: actions/setup-dotnet@v5 + uses: actions/setup-dotnet@v6 with: dotnet-version: '9.0.x'