diff options
| author | Ha Thach <[email protected]> | 2026-06-04 13:55:17 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-06-04 13:55:17 +0700 |
| commit | 709b33d848e953eaacf41399a65ded1724917eb7 (patch) | |
| tree | 5691fc6c913f853cd8435a99f9c71ba6d96cda12 | |
| parent | ec95d9a577ee9fe2e86a07ab4555ca51abe1d1e9 (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]>
| -rw-r--r-- | .github/workflows/labeler.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/sponsor-triage.yml | 2 |
2 files changed, 2 insertions, 2 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: | diff --git a/.github/workflows/sponsor-triage.yml b/.github/workflows/sponsor-triage.yml index 728503532..48b2ac7cc 100644 --- a/.github/workflows/sponsor-triage.yml +++ b/.github/workflows/sponsor-triage.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Sync sponsor issues to project board - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: github-token: ${{ secrets.SPONSOR_TOKEN }} script: | |
