Skip to content

Commit a05e6dd

Browse files
ci: bump actions/github-script from 8 to 9 in the github-actions group (#2357)
1 parent 2da08d6 commit a05e6dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wrap-issue-details.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
permissions:
1313
issues: write
1414
steps:
15-
- uses: actions/github-script@v8
15+
- uses: actions/github-script@v9
1616
with:
1717
script: |
1818
const body = context.payload.issue.body;

0 commit comments

Comments
 (0)