Skip to content

Commit 4ae6f48

Browse files
chore(deps): bump actions/github-script from 7 to 9
Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v7...v9) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8308fbf commit 4ae6f48

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/auto-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
- run: pnpm -C packages/tdesign-react/site run preview
4545

46-
- uses: actions/github-script@v7
46+
- uses: actions/github-script@v9
4747
id: domain
4848
with:
4949
script: |
@@ -76,7 +76,7 @@ jobs:
7676

7777
- run: pnpm -C packages/tdesign-react-aigc/site run preview
7878

79-
- uses: actions/github-script@v7
79+
- uses: actions/github-script@v9
8080
id: domain
8181
with:
8282
script: |

.github/workflows/pr-comment-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
.github/.pr-comment-ci-whitelist
2121
sparse-checkout-cone-mode: false
2222

23-
- uses: actions/github-script@v7
23+
- uses: actions/github-script@v9
2424
id: get-action
2525
with:
2626
script: |
@@ -157,7 +157,7 @@ jobs:
157157

158158
- name: bot commtent
159159
id: bot-comment
160-
uses: actions/github-script@v7
160+
uses: actions/github-script@v9
161161
with:
162162
script: |
163163
const url = `${context.serverUrl}//${context.repo.owner}/${context.repo.repo}/actions/runs/${context.runId}`
@@ -274,7 +274,7 @@ jobs:
274274
275275
- name: bot commtent
276276
id: bot-comment
277-
uses: actions/github-script@v7
277+
uses: actions/github-script@v9
278278
with:
279279
script: |
280280
const url = `${context.serverUrl}//${context.repo.owner}/${context.repo.repo}/actions/runs/${context.runId}`

.github/workflows/preview-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
steps:
7474
- name: jobs report
7575
id: report
76-
uses: actions/github-script@v7
76+
uses: actions/github-script@v9
7777
with:
7878
script: |
7979
const pr_id = ${{ needs.preview-context.outputs.pr_id }};

0 commit comments

Comments
 (0)