Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/auto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

- run: pnpm build

- uses: actions/github-script@v7
- uses: actions/github-script@v9
id: version
with:
script: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-comment-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
.github/.pr-comment-ci-whitelist
sparse-checkout-cone-mode: false

- uses: actions/github-script@v7
- uses: actions/github-script@v9
id: get-action
with:
script: |
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:

- name: bot commtent
id: bot-comment
uses: actions/github-script@v7
uses: actions/github-script@v9
with:
script: |
const url = `${context.serverUrl}//${context.repo.owner}/${context.repo.repo}/actions/runs/${context.runId}`
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview-site-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
steps:
- name: jobs report
id: report
uses: actions/github-script@v7
uses: actions/github-script@v9
with:
script: |
const pr_id = ${{ needs.preview-context.outputs.pr_id }};
Expand Down
Loading