From 229ac196bbbaaba4e90a01cc5a240debddf2cdb0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 18:41:20 +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..0f4deb5 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Set up .NET Core uses: actions/setup-dotnet@v4