chore(deps): update actions/github-script action to v8 (#6908)

This commit is contained in:
Elian Doran 2025-09-06 22:13:07 +03:00 committed by GitHub
commit 4c5b229680
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -141,7 +141,7 @@ jobs:
# Post deployment URL as PR comment
- name: Comment PR with Preview URL
if: github.event_name == 'pull_request'
uses: actions/github-script@v7
uses: actions/github-script@v8
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |