From bb98bc88ae05c4e0ca9b9cb2bcef2112dc46d1cf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 23:08:10 +0000 Subject: [PATCH] Update actions/github-script action to v9 --- .github/workflows/commenter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/commenter.yml b/.github/workflows/commenter.yml index 89f92e33..7d0a8ad3 100644 --- a/.github/workflows/commenter.yml +++ b/.github/workflows/commenter.yml @@ -18,7 +18,7 @@ jobs: uses: marocchino/sticky-pull-request-comment@v2 with: path: results.txt - - uses: actions/github-script@v8 + - uses: actions/github-script@v9 with: script: | const fs = require('fs');