From 4cf7f96919c55cc9554214151bd9f9c04fbc5cbe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 05:01:57 +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..463e843 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@26b0ec14cb23fa6904739307f278c14f94c95bf1 # v5 with: dotnet-version: '9.x'