From 45324efa4d3f32e1095797241ac07dad1ae53c02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 08:25:27 -0300 Subject: [PATCH] chore(deps): bump actions/github-script from 7 to 8 (#8988) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/perf_emulation_handle_results.yml | 2 +- .github/workflows/perf_hardware_comment_pr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/perf_emulation_handle_results.yml b/.github/workflows/perf_emulation_handle_results.yml index 176f75e29d..3fb0ba408e 100644 --- a/.github/workflows/perf_emulation_handle_results.yml +++ b/.github/workflows/perf_emulation_handle_results.yml @@ -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'); diff --git a/.github/workflows/perf_hardware_comment_pr.yml b/.github/workflows/perf_hardware_comment_pr.yml index 3746baf8e9..9c9e35c97c 100644 --- a/.github/workflows/perf_hardware_comment_pr.yml +++ b/.github/workflows/perf_hardware_comment_pr.yml @@ -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');