This commit is contained in:
@@ -13,13 +13,13 @@ jobs:
|
||||
name: Lint, Typecheck & Test
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: https://git.gookeryoung.cn/zhou/checkout@v7
|
||||
- uses: actions/checkout@v7
|
||||
|
||||
- uses: https://git.gookeryoung.cn/zhou/setup-uv@v5
|
||||
- uses: astral-sh/setup-uv@v5
|
||||
with:
|
||||
enable-cache: true
|
||||
|
||||
- uses: https://git.gookeryoung.cn/zhou/setup-python@v6
|
||||
- uses: actions/setup-python@v6
|
||||
with:
|
||||
python-version: |
|
||||
3.8
|
||||
|
||||
@@ -12,13 +12,13 @@ jobs:
|
||||
name: Build, Publish & Release
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v7
|
||||
|
||||
- uses: astral-sh/setup-uv@v5
|
||||
with:
|
||||
enable-cache: true
|
||||
|
||||
- uses: actions/setup-python@latest
|
||||
- uses: actions/setup-python@v6
|
||||
with:
|
||||
python-version: '3.13'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user