1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2026-05-30 17:22:17 +00:00

Update pr-validation.yml

This commit is contained in:
Saq Imtiaz
2026-04-01 15:18:24 +02:00
committed by GitHub
parent a24dc0e9e8
commit 9d3c9ea698
+2 -2
View File
@@ -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 }}