From a7e35a4feab5fbc272530118ce38844434e38a53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 20:46:51 -0700 Subject: [PATCH] Bump actions/setup-dotnet from 4.3.1 to 5.0.0 (#746) Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4.3.1 to 5.0.0. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v4.3.1...v5.0.0) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/dotnet-build-and-test.yml | 2 +- .github/workflows/dotnet-cosmosdb-integration-tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet-build-and-test.yml b/.github/workflows/dotnet-build-and-test.yml index 7751c8b533..db26cbe061 100644 --- a/.github/workflows/dotnet-build-and-test.yml +++ b/.github/workflows/dotnet-build-and-test.yml @@ -55,7 +55,7 @@ jobs: .github dotnet - name: Setup dotnet - uses: actions/setup-dotnet@v4.3.1 + uses: actions/setup-dotnet@v5.0.0 with: global-json-file: ${{ github.workspace }}/dotnet/global.json - name: Build dotnet solutions diff --git a/.github/workflows/dotnet-cosmosdb-integration-tests.yml b/.github/workflows/dotnet-cosmosdb-integration-tests.yml index 1233e1b13d..2e0e420b1b 100644 --- a/.github/workflows/dotnet-cosmosdb-integration-tests.yml +++ b/.github/workflows/dotnet-cosmosdb-integration-tests.yml @@ -55,7 +55,7 @@ jobs: .github dotnet - name: Setup dotnet - uses: actions/setup-dotnet@v4.3.1 + uses: actions/setup-dotnet@v5.0.0 with: global-json-file: ${{ github.workspace }}/dotnet/global.json - name: Build dotnet solutions