From 4c11f90c40fb45c80e25ec429255d4e54ddd1277 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 08:59:10 +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');