From a8bffcf0a497c9474d1e915ed912ceebb7eb2835 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 13:06:09 +0000 Subject: [PATCH] Update actions/setup-dotnet action to v5 --- .github/workflows/repo-conventions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/repo-conventions.yml b/.github/workflows/repo-conventions.yml index dc3ce89..fc36738 100644 --- a/.github/workflows/repo-conventions.yml +++ b/.github/workflows/repo-conventions.yml @@ -27,7 +27,7 @@ jobs: token: ${{ secrets.ACTIONS_PAT }} - name: Setup .NET - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@v5 with: dotnet-version: 10.0.x