chore(deps): update actions/github-script action to v9

This commit is contained in:
renovate[bot]
2026-04-13 01:37:35 +00:00
committed by GitHub
parent f9aaccdfe2
commit 7e30b8c029

View File

@@ -55,7 +55,7 @@ runs:
# Post deployment URL as PR comment
- name: Comment PR with Preview URL
if: github.event_name == 'pull_request'
uses: actions/github-script@v8
uses: actions/github-script@v9
env:
COMMENT_BODY: ${{ inputs.comment_body }}
PRODUCTION_URL: ${{ inputs.production_url }}