Skip to content

Commit fac6a83

Browse files
committed
chore(deps): update actions/github-script action to v9
1 parent 7f63dee commit fac6a83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/mirror-changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
pull-requests: write
2626
steps:
2727
- name: Add Toolbox Release Notes to PR Body
28-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
28+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
2929
with:
3030
script: |
3131
const prBody = context.payload.pull_request.body || '';

0 commit comments

Comments
 (0)