From 4c408133e3a012c829d7a8c0826544ed558dd3e8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 21:44:39 +0000 Subject: [PATCH] Update actions/github-script action to v9 --- .github/workflows/bench-compare.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bench-compare.yml b/.github/workflows/bench-compare.yml index 1512d6b..4df9a18 100644 --- a/.github/workflows/bench-compare.yml +++ b/.github/workflows/bench-compare.yml @@ -49,7 +49,7 @@ jobs: - name: Post PR comment if: always() && steps.checkout.outcome == 'success' - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const fs = require('fs');