summaryrefslogtreecommitdiff
path: root/.github/workflows/labeler.yml
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2026-06-04 13:55:17 +0700
committerGitHub <[email protected]>2026-06-04 13:55:17 +0700
commit709b33d848e953eaacf41399a65ded1724917eb7 (patch)
tree5691fc6c913f853cd8435a99f9c71ba6d96cda12 /.github/workflows/labeler.yml
parentec95d9a577ee9fe2e86a07ab4555ca51abe1d1e9 (diff)
ci: bump actions/github-script v7 -> v8 (Node.js 24) (#3671)
Node.js 20 actions are deprecated; v8 runs on Node.js 24. Co-authored-by: Claude Opus 4.8 (1M context) <[email protected]>
Diffstat (limited to '.github/workflows/labeler.yml')
-rw-r--r--.github/workflows/labeler.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml
index 1fdd24bf8..e860c36a3 100644
--- a/.github/workflows/labeler.yml
+++ b/.github/workflows/labeler.yml
@@ -17,7 +17,7 @@ jobs:
discussions: write
steps:
- name: Label New Issue, PR or Discussion
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |