File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1515 typos :
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v5 # v5
18+ - uses : actions/checkout@v6
1919 - uses : crate-ci/typos@master
2020
2121 test :
4343 UV_NO_SYNC : 1
4444
4545 steps :
46- - uses : actions/checkout@v5
46+ - uses : actions/checkout@v6
4747
4848 - name : Install uv and set the python version
4949 uses : astral-sh/setup-uv@v7
Original file line number Diff line number Diff line change 1515 contents : write
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@v5
18+ uses : actions/checkout@v6
1919
2020 - name : Install the latest version of uv
2121 uses : astral-sh/setup-uv@v7
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout repository
16- uses : actions/checkout@v5
16+ uses : actions/checkout@v6
1717 with :
1818 fetch-depth : 0 # 获取完整历史以确保可以正确提交
1919 token : ${{ secrets.GITHUB_TOKEN }} # 使用具有写入权限的token
You can’t perform that action at this time.
0 commit comments