From 43c7edbfff1e75cf74a9b2a37b147360cc8c8375 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 15:44:15 +0000 Subject: [PATCH] Bump actions/setup-dotnet from 5 to 5.3.0 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 5 to 5.3.0. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v5...v5.3.0) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-version: 5.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d96b194..4e4c2fd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,7 +35,7 @@ jobs: uses: actions/checkout@v6 - name: setup dotnet - uses: actions/setup-dotnet@v5 + uses: actions/setup-dotnet@v5.3.0 with: dotnet-version: | 10 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a85e174..f94f91f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: uses: actions/checkout@v6 - name: setup dotnet - uses: actions/setup-dotnet@v5 + uses: actions/setup-dotnet@v5.3.0 with: dotnet-version: | 10