Skip to content

Commit 64e3d19

Browse files
chore(deps): update actions/github-script action to v9
1 parent 3ae7ba9 commit 64e3d19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr-description-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/checkout@v6
2525

2626
- name: Check PR description
27-
uses: actions/github-script@v8
27+
uses: actions/github-script@v9
2828
with:
2929
script: |
3030
const pr = context.payload.pull_request;

.github/workflows/qa-reviewer-assignment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424

2525
- name: 'Assign QA Team'
26-
uses: actions/github-script@v8
26+
uses: actions/github-script@v9
2727
with:
2828
github-token: ${{ secrets.GH_TOKEN }}
2929
script: |

0 commit comments

Comments
 (0)