File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 timeout-minutes : 30
1313 steps :
14- - uses : actions/checkout@v5
14+ - uses : actions/checkout@v6
1515 - name : Setup uv project virtual environment
1616 uses : ./.github/actions/setup-uv
1717 - name : Install dependencies
3333 runs-on : ubuntu-latest
3434 timeout-minutes : 30
3535 steps :
36- - uses : actions/checkout@v5
36+ - uses : actions/checkout@v6
3737
3838 - name : Download artifacts docs
3939 uses : actions/download-artifact@v6
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 timeout-minutes : 15
1313 steps :
14- - uses : actions/checkout@v5
14+ - uses : actions/checkout@v6
1515 - uses : actions/setup-python@v6
1616 with :
1717 python-version : " 3.11"
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 timeout-minutes : 30
1515 steps :
16- - uses : actions/checkout@v5
16+ - uses : actions/checkout@v6
1717 - name : Setup uv
1818 uses : ./.github/actions/setup-uv
1919 - name : Build sdist and wheel
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 timeout-minutes : 30
1616 steps :
17- - uses : actions/checkout@v5
17+ - uses : actions/checkout@v6
1818 - name : Setup uv project virtual environment
1919 env :
2020 UV_PYTHON : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 timeout-minutes : 30
1414 steps :
15- - uses : actions/checkout@v5
15+ - uses : actions/checkout@v6
1616 - name : Setup uv project virtual environment
1717 uses : ./.github/actions/setup-uv
1818 - name : Run mypy
You can’t perform that action at this time.
0 commit comments