From c0be387dd3eb80eefa188d089b45a9149be33f25 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 15:03:09 +0000 Subject: [PATCH] chore(deps): update actions/setup-dotnet action to v5 --- .github/workflows/continuous-delivery-nuget.yml | 2 +- .github/workflows/dotnet.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-delivery-nuget.yml b/.github/workflows/continuous-delivery-nuget.yml index f8a022b..5a96b04 100644 --- a/.github/workflows/continuous-delivery-nuget.yml +++ b/.github/workflows/continuous-delivery-nuget.yml @@ -13,7 +13,7 @@ jobs: with: fetch-depth: 0 - name: Setup .NET - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@v5 with: global-json-file: "global.json" - name: Install GitVersion diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 81e375a..9a64fe2 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -15,7 +15,7 @@ jobs: with: fetch-depth: 0 - name: Setup .NET - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@v5 with: global-json-file: "global.json" - name: Verify code format