Skip to content

Commit 490940c

Browse files
Update actions/github-script action to v9
1 parent cb0ad39 commit 490940c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-checklist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: actions/checkout@v6
3737
- name: Get pull request details
3838
id: pr
39-
uses: actions/github-script@v8
39+
uses: actions/github-script@v9
4040
with:
4141
script: |
4242
const pr_desc = await github.rest.pulls.get({

0 commit comments

Comments
 (0)