From bfca4346e3969713bc3739accf9aa71ae5b28bd1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 09:34:06 +0000 Subject: [PATCH] Update actions/github-script action to v8 --- .github/workflows/stress-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stress-test.yaml b/.github/workflows/stress-test.yaml index 048a5cb..4ae8e6e 100644 --- a/.github/workflows/stress-test.yaml +++ b/.github/workflows/stress-test.yaml @@ -21,7 +21,7 @@ jobs: run: ./ci/run-stress-tests.sh > stress_results.md - name: Comment PR with stress test results - uses: actions/github-script@v7 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 with: script: | const fs = require('fs');