From 378319640121f3f1e25aa3671e8ae4ce4b4605df Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 19:38:17 +0000 Subject: [PATCH] Update actions/setup-dotnet action to v5 --- .github/workflows/main_bod-roadmapreport.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main_bod-roadmapreport.yml b/.github/workflows/main_bod-roadmapreport.yml index 8b613d2..067e9c7 100644 --- a/.github/workflows/main_bod-roadmapreport.yml +++ b/.github/workflows/main_bod-roadmapreport.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up .NET Core - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5 with: dotnet-version: '9.x'