From 88b49caa0b2ba55c2c04b051b538fc23d7e54d10 Mon Sep 17 00:00:00 2001 From: "dependencyupdates[bot]" <218638057+dependencyupdates[bot]@users.noreply.github.com> Date: Wed, 14 Jan 2026 03:52:00 +0000 Subject: [PATCH] Update actions/setup-dotnet action to v5.1.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 ec072b4d94..660d185547 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.0.1 + uses: actions/setup-dotnet@v5.1.0 with: global-json-file: global.json dotnet-version: 8.0.x diff --git a/.github/workflows/build-db-container.yml b/.github/workflows/build-db-container.yml index 1f9851f446..df5f40bd96 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.0.1 + uses: actions/setup-dotnet@v5.1.0 with: global-json-file: global.json dotnet-version: 8.0.x diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index 1c6cd1f334..3e7a30446d 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.0.1 + uses: actions/setup-dotnet@v5.1.0 with: global-json-file: global.json dotnet-version: 8.0.x diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8f6a208f16..0c7496d527 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.0.1 + uses: actions/setup-dotnet@v5.1.0 with: global-json-file: global.json dotnet-version: 8.0.x diff --git a/.github/workflows/container-integration-test.yml b/.github/workflows/container-integration-test.yml index 68bf6ceb62..e7289b4b78 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.0.1 + uses: actions/setup-dotnet@v5.1.0 with: global-json-file: global.json dotnet-version: 8.0.x