From 763adaab3bd5a0807dba6e7ce87db8685e0cfc83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Jan 2026 21:12:37 +0000 Subject: [PATCH] chore(deps): bump actions/setup-dotnet from 4.3.0 to 5.1.0 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4.3.0 to 5.1.0. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v4.3.0...v5.1.0) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-version: 5.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/dotnet.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index d6b89dd..4e57589 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup .NET - uses: actions/setup-dotnet@v4.3.0 + uses: actions/setup-dotnet@v5.1.0 with: dotnet-version: 6.0.x diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1d8862d..045db45 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: fetch-depth: 0 - name: Setup dotnet - uses: actions/setup-dotnet@v4.3.0 + uses: actions/setup-dotnet@v5.1.0 - name: Build shell: bash