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