From 5c1e9fa46da822c0272b1d895f7598a2c4e348da Mon Sep 17 00:00:00 2001 From: "dependencyupdates[bot]" <218638057+dependencyupdates[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 03:36:49 +0000 Subject: [PATCH] Update actions/setup-dotnet action to v5.0.1 --- .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 f21775d900..bd3b421e6d 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.0 + uses: actions/setup-dotnet@v5.0.1 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 026543faae..70bd83c6a2 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.0 + uses: actions/setup-dotnet@v5.0.1 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 36da533d06..e798504c56 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.0 + uses: actions/setup-dotnet@v5.0.1 with: global-json-file: global.json dotnet-version: 8.0.x diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4b078a2f1b..5ffc4faab9 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.0 + uses: actions/setup-dotnet@v5.0.1 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 109a533db6..6efe8a19ef 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.0 + uses: actions/setup-dotnet@v5.0.1 with: global-json-file: global.json dotnet-version: 8.0.x