chore(deps): bump actions/github-script from 7 to 8 (#8988)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-10-02 08:25:27 -03:00
committed by GitHub
parent d804a8b592
commit 45324efa4d
2 changed files with 2 additions and 2 deletions
@@ -99,7 +99,7 @@ jobs:
fi
- name: Comment PR
if: ${{ github.event.workflow_run.event == 'pull_request' }}
uses: actions/github-script@v7
uses: actions/github-script@v8
with:
script: |
const fs = require('fs');
@@ -66,7 +66,7 @@ jobs:
- name: Remove trigger label
if: ${{env.results_exist == 'true'}}
uses: actions/github-script@v7
uses: actions/github-script@v8
with:
script: |
const fs = require('fs');