From 6cde5e94ff2af586c0e84cb0da3e9d6809f28541 Mon Sep 17 00:00:00 2001 From: Saq Imtiaz Date: Sat, 11 Apr 2026 08:45:01 +0200 Subject: [PATCH] Update pr-validation.yml to use Cerebrus v8.1 --- .github/workflows/pr-validation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-validation.yml b/.github/workflows/pr-validation.yml index 06f3cc404..b8428824a 100644 --- a/.github/workflows/pr-validation.yml +++ b/.github/workflows/pr-validation.yml @@ -26,7 +26,7 @@ jobs: # Step 2: Validate change notes - name: Validate Change Notes - uses: TiddlyWiki/cerebrus@v8 + uses: TiddlyWiki/cerebrus@v8.1 with: pr_number: ${{ github.event.pull_request.number }} repo: ${{ github.repository }}