From a5ab96a3fb180af9131f60e0cfa0c6728f1f1598 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 04:42:32 +0000 Subject: [PATCH] Bump actions/setup-dotnet action to v5 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 281113c..5694acb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -29,7 +29,7 @@ jobs: show-progress: false - name: Install dotnet - uses: actions/setup-dotnet@v4.3.1 + uses: actions/setup-dotnet@v5.0.0 with: # renovate: datasource=dotnet depName=dotnet-sdk dotnet-version: 9.0.203