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 }}