Skip to content
Merged
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/spell-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: Check spelling
uses: crate-ci/typos@v1.39.2
Expand Down
4 changes: 2 additions & 2 deletions actions/check-email/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ inputs:
runs:
using: composite
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

# 检查仓库当前检出的最新提交(作者/提交者邮箱)
- name: check_github_primary_email
Expand Down Expand Up @@ -48,7 +48,7 @@ runs:

# 检出 PR 源分支(如果存在),以便检查 PR 里的最新提交
- name: Checkout PR head
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ github.event.pull_request.head.sha }}

Expand Down