From efe0561aaceac3a2e2f48cdb02256d50e579987a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Dec 2025 09:44:47 +0000 Subject: [PATCH] Update actions/checkout action to v6 --- .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..266e183 100644 --- a/.github/workflows/main_bod-roadmapreport.yml +++ b/.github/workflows/main_bod-roadmapreport.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 - name: Set up .NET Core uses: actions/setup-dotnet@v4