From b83b3fe51703a34f12bca784ba2eb5ee71c1cdf5 Mon Sep 17 00:00:00 2001 From: "dependencyupdates[bot]" <218638057+dependencyupdates[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 04:42:50 +0000 Subject: [PATCH] Update actions/setup-dotnet action to v5.3.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 379f98a80d..b35a3d85ea 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.2.0 + uses: actions/setup-dotnet@v5.3.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 f8f4ceb059..0020105e4b 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.2.0 + uses: actions/setup-dotnet@v5.3.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 d24c58f939..171c4011a9 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.2.0 + uses: actions/setup-dotnet@v5.3.0 with: global-json-file: global.json - name: Download RavenDB Server diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d597fb4bca..e385e15192 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: with: fetch-depth: 0 - name: Setup .NET SDK - uses: actions/setup-dotnet@v5.2.0 + uses: actions/setup-dotnet@v5.3.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 2f381b0816..66e06938ce 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.2.0 + uses: actions/setup-dotnet@v5.3.0 with: global-json-file: global.json - name: Run MinVer