chore(deps): update actions/github-script action to v8 (#2974)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-01-06 09:29:19 +08:00
committed by GitHub
parent 8de16c9bd7
commit c873a16cbf
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ jobs:
# 追加标签
- name: Add labels
id: label-check
uses: actions/github-script@v7
uses: actions/github-script@v8
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |

View File

@@ -21,7 +21,7 @@ jobs:
echo "CONTRIBUTING=$contribute" >> $GITHUB_ENV
- name: check invalid
uses: actions/github-script@v7
uses: actions/github-script@v8
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |