From f0095da545681aa4ce0aa51a5c15b5cb074ef41b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 May 2026 21:27:10 +0200 Subject: [PATCH] Update actions/github-script action to v9 (#1136) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/sign-off.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sign-off.yml b/.github/workflows/sign-off.yml index 4ffab8c8..c2a2d6a8 100644 --- a/.github/workflows/sign-off.yml +++ b/.github/workflows/sign-off.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check PR for sign-off text - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | // We don't require owners or members of the org to sign off.