From 7e08c11b4b8a8134e38a50acf533ae1ce283b8d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 05:03:03 +0000 Subject: [PATCH] Bump actions/setup-dotnet from 5.2.0 to 5.3.0 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 5.2.0 to 5.3.0. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v5.2.0...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/dotnet-core.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index e472330..eebbae4 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -52,7 +52,7 @@ jobs: mongodb-version: ${{ matrix.mongodb-version }} - name: Setup dotnet ${{ env.DOTNET_100_SDK_VERSION }} - uses: actions/setup-dotnet@v5.2.0 + uses: actions/setup-dotnet@v5.3.0 with: dotnet-version: ${{ env.DOTNET_100_SDK_VERSION }} @@ -77,7 +77,7 @@ jobs: fetch-depth: 0 - name: Setup dotnet ${{ env.DOTNET_100_SDK_VERSION }} - uses: actions/setup-dotnet@v5.2.0 + uses: actions/setup-dotnet@v5.3.0 with: dotnet-version: ${{ env.DOTNET_100_SDK_VERSION }}