From c1b1b9e69939997635e95a07b1eb2799ed9e2603 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 23:59:33 +0000 Subject: [PATCH] Update actions/github-script action to v9 --- .github/workflows/bench-comment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bench-comment.yml b/.github/workflows/bench-comment.yml index 684c756..0dcb273 100644 --- a/.github/workflows/bench-comment.yml +++ b/.github/workflows/bench-comment.yml @@ -35,7 +35,7 @@ jobs: path: comment-artifact - name: Post PR comment - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const fs = require('fs');