We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed8997d commit 3d40be2Copy full SHA for 3d40be2
.github/workflows/pytest.yml
@@ -23,7 +23,7 @@ jobs:
23
24
steps:
25
- name: Checkout repository
26
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
27
28
- name: Install uv and set the python version
29
uses: astral-sh/setup-uv@v6
.github/workflows/rename.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
15
16
17
with:
18
fetch-depth: 0 # 获取完整历史以确保可以正确提交
19
token: ${{ secrets.GITHUB_TOKEN }} # 使用具有写入权限的token
0 commit comments