Skip to content

Commit 8855684

Browse files
authored
Merge branch 'main' into perf/memoize-elements
2 parents 29889bc + 2c0c578 commit 8855684

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr-validation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
steps:
5252
- name: Check PR description
53-
uses: actions/github-script@v7
53+
uses: actions/github-script@v8
5454
with:
5555
script: |
5656
const prBody = context.payload.pull_request.body || '';
@@ -87,7 +87,7 @@ jobs:
8787

8888
steps:
8989
- name: Check PR size
90-
uses: actions/github-script@v7
90+
uses: actions/github-script@v8
9191
with:
9292
script: |
9393
const pr = context.payload.pull_request;

0 commit comments

Comments
 (0)