From 95320425515c20d22485a29d5967334e0161fb55 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 16:04:50 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v8 --- .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 30e2fc88..51ca4794 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@v7 + uses: actions/github-script@v8 with: script: | const fs = require('fs');