From c828dad1c04c86139a75920b69f32f14f967ca37 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 18:36:23 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v8 --- .github/workflows/deployment.yml | 6 +++--- .github/workflows/preview.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 489056883..cdef11721 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -53,7 +53,7 @@ jobs: # 创建 GitHub Deployment 记录 - name: Create GitHub Deployment id: create_deployment - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | @@ -99,7 +99,7 @@ jobs: # 部署成功:更新状态为 success - name: Update Deployment Status (Success) if: success() - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | @@ -117,7 +117,7 @@ jobs: # 部署失败:更新状态为 failure - name: Update Deployment Status (Failure) if: failure() - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index a38cfcf8a..6481f5d6e 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -64,7 +64,7 @@ jobs: body-include: '' - name: Create Deployment via GitHub API - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: |