From 0c534a20cfe4d9fbcdfd81e71a63e45872748158 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 18:37:45 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v8 --- .github/workflows/update-new-issue.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-new-issue.yaml b/.github/workflows/update-new-issue.yaml index f9a8c7d0..4df914cb 100644 --- a/.github/workflows/update-new-issue.yaml +++ b/.github/workflows/update-new-issue.yaml @@ -14,7 +14,7 @@ jobs: steps: # Add the "t-tooling" label to all new issues - - uses: actions/github-script@v7 + - uses: actions/github-script@v8 with: script: | github.rest.issues.addLabels({