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

This commit is contained in:
Elian Doran
2026-04-13 09:52:32 +03:00
committed by GitHub

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 }}