From 9d3c9ea6980d0196506904c6ea5ea498b6eef92a Mon Sep 17 00:00:00 2001 From: Saq Imtiaz Date: Wed, 1 Apr 2026 15:18:24 +0200 Subject: [PATCH] Update pr-validation.yml --- .github/workflows/pr-validation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-validation.yml b/.github/workflows/pr-validation.yml index e7e3bd973..a81fbf8bc 100644 --- a/.github/workflows/pr-validation.yml +++ b/.github/workflows/pr-validation.yml @@ -15,7 +15,7 @@ jobs: steps: # Step 1: Validate PR paths - name: Validate PR Paths - uses: TiddlyWiki/cerebrus@v6 + uses: TiddlyWiki/cerebrus@v8 with: pr_number: ${{ github.event.pull_request.number }} repo: ${{ github.repository }} @@ -26,7 +26,7 @@ jobs: # Step 2: Validate change notes - name: Validate Change Notes - uses: TiddlyWiki/cerebrus@v7 + uses: TiddlyWiki/cerebrus@v8 with: pr_number: ${{ github.event.pull_request.number }} repo: ${{ github.repository }}