From 1c5ba9552bc22d3f96613984c3912dad77ee1aec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 01:40:46 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v9 --- .github/workflows/iai-callgrind.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/iai-callgrind.yml b/.github/workflows/iai-callgrind.yml index 51ca4794..55b4f6e4 100644 --- a/.github/workflows/iai-callgrind.yml +++ b/.github/workflows/iai-callgrind.yml @@ -183,7 +183,7 @@ jobs: - name: Post comment to PR if: github.event_name == 'pull_request' - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const fs = require('fs');