From 2ee3d37818acf49ada86c165b6f79cb48f6d2cb1 Mon Sep 17 00:00:00 2001 From: "dependencyupdates[bot]" <218638057+dependencyupdates[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 03:58:44 +0000 Subject: [PATCH] Update actions/setup-dotnet action to v5.2.0 --- .github/workflows/build-containers.yml | 2 +- .github/workflows/build-db-container.yml | 2 +- .github/workflows/build-windows.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/container-integration-test.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-containers.yml b/.github/workflows/build-containers.yml index f756d01501..6f5fec5907 100644 --- a/.github/workflows/build-containers.yml +++ b/.github/workflows/build-containers.yml @@ -36,7 +36,7 @@ jobs: with: fetch-depth: 0 - name: Setup .NET SDK - uses: actions/setup-dotnet@v5.1.0 + uses: actions/setup-dotnet@v5.2.0 with: global-json-file: global.json - name: Run MinVer diff --git a/.github/workflows/build-db-container.yml b/.github/workflows/build-db-container.yml index d7c560ebf2..6cae00fabc 100644 --- a/.github/workflows/build-db-container.yml +++ b/.github/workflows/build-db-container.yml @@ -20,7 +20,7 @@ jobs: with: fetch-depth: 0 - name: Setup .NET SDK - uses: actions/setup-dotnet@v5.1.0 + uses: actions/setup-dotnet@v5.2.0 with: global-json-file: global.json - name: Run MinVer diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index ddd9f95435..be0a174668 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -16,7 +16,7 @@ jobs: with: fetch-depth: 0 - name: Setup .NET SDK - uses: actions/setup-dotnet@v5.1.0 + uses: actions/setup-dotnet@v5.2.0 with: global-json-file: global.json - name: Download RavenDB Server diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 28debb369d..6a8b91de03 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: with: fetch-depth: 0 - name: Setup .NET SDK - uses: actions/setup-dotnet@v5.1.0 + uses: actions/setup-dotnet@v5.2.0 with: global-json-file: global.json - name: Download RavenDB Server diff --git a/.github/workflows/container-integration-test.yml b/.github/workflows/container-integration-test.yml index 9af9cf6ecc..1b59cd927b 100644 --- a/.github/workflows/container-integration-test.yml +++ b/.github/workflows/container-integration-test.yml @@ -54,7 +54,7 @@ jobs: with: fetch-depth: 0 - name: Setup .NET SDK - uses: actions/setup-dotnet@v5.1.0 + uses: actions/setup-dotnet@v5.2.0 with: global-json-file: global.json - name: Run MinVer