File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# Changes here will be overwritten by Copier
2- _commit : 973c39c
2+ _commit : 55f9353
33_src_path : https://github.com/python-project-templates/base.git
44add_docs : true
55add_extension : rust
Original file line number Diff line number Diff line change 3333 python-version : ["3.11"]
3434
3535 steps :
36- - uses : actions/checkout@v5
36+ - uses : actions/checkout@v6
3737
3838 - uses : actions-ext/python/setup@main
3939 with :
Original file line number Diff line number Diff line change 1111 docs :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v5
14+ - uses : actions/checkout@v6
1515 - uses : actions-ext/python/setup@main
1616 - uses : actions-ext/rust/setup@main
1717 - run : uv pip install .[develop]
Original file line number Diff line number Diff line change 2020 deploy :
2121 runs-on : ubuntu-latest
2222 steps :
23- - uses : actions/checkout@v5
23+ - uses : actions/checkout@v6
2424 - run : cp README.md docs/wiki/Home.md
2525 - uses : Andrew-Chen-Wang/github-wiki-action@v5
2626 with :
You can’t perform that action at this time.
0 commit comments