From 88b7b563ee762d144de07887054470a79aec2d66 Mon Sep 17 00:00:00 2001 From: Edwin Jose Date: Fri, 26 Dec 2025 11:00:35 -0600 Subject: [PATCH] Update .github/workflows/add-labels.yml Co-authored-by: Madhavan --- .github/workflows/add-labels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/add-labels.yml b/.github/workflows/add-labels.yml index 94968037..0ac38b83 100644 --- a/.github/workflows/add-labels.yml +++ b/.github/workflows/add-labels.yml @@ -12,7 +12,7 @@ jobs: issues: write steps: - name: Manage LGTM Review Label - uses: actions/github-script@v7 + uses: actions/github-script@v8.0 with: script: | const LGTM_LABEL = 'lgtm';