From e38f8c28dfc417aff79a8abf2e5c6a441f6e521f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 3 Sep 2025 04:25:49 +0000 Subject: [PATCH] chore(deps): update actions/setup-dotnet action to v5 --- .github/workflows/dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index ba4f3d7..9c6f7f5 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -26,7 +26,7 @@ jobs: fetch-depth: 0 persist-credentials: false - name: Setup .NET - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@v5 with: dotnet-version: 9.0.x - name: Run Pipeline