From 010612abf20c8e03303581584146e4e9b5aa6aa8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Feb 2026 00:04:40 +0000 Subject: [PATCH] Update actions/github-script action to v8 --- .github/workflows/exempt-creators.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/exempt-creators.yml b/.github/workflows/exempt-creators.yml index 9b1336a..522067c 100644 --- a/.github/workflows/exempt-creators.yml +++ b/.github/workflows/exempt-creators.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Add exempt label if: (github.event_name == 'issues' && contains(fromJSON('["renovate[bot]", "HenraL"]'), github.event.issue.user.login)) || (github.event_name == 'pull_request' && contains(fromJSON('["renovate[bot]", "HenraL"]'), github.event.pull_request.user.login)) - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const number = context.issue?.number || context.payload.pull_request?.number;