build(deps):(deps): bump actions/github-script from 6 to 7 (#9288)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-08-01 11:13:27 -03:00 committed by GitHub
commit b46bf61e84
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -79,7 +79,7 @@ jobs:
- name: Comment on PR with results
if: always()
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
const conclusion = '${{ job.status }}';