From d3e083a0ab729fd4ee9c1895ce6d3874e45eba8d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Dec 2025 09:44:50 +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..c010410 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@2016bd2012dba4e32de620c46fe006a3ac9f0602 # v5 with: dotnet-version: '9.x'