From 21b8c3a3443b41d7ed19b443c5eb8269c17fa86d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 20:43:13 +0000 Subject: [PATCH] Bump actions/setup-dotnet from 5.1.0 to 5.2.0 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v5.1.0...v5.2.0) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-version: 5.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 60db837..54c6040 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,7 +46,7 @@ jobs: working-directory: net steps: - uses: actions/checkout@v6 - - uses: actions/setup-dotnet@v5.1.0 + - uses: actions/setup-dotnet@v5.2.0 with: dotnet-version: '8.0.x' - name: Pack diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 424d4c6..47b255c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -150,7 +150,7 @@ jobs: working-directory: net steps: - uses: actions/checkout@v6 - - uses: actions/setup-dotnet@v5.1.0 + - uses: actions/setup-dotnet@v5.2.0 with: dotnet-version: '8.0.x'