File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 repository : GetTechAPI/TechAPI
2828 path : TechAPI
2929
30- - uses : actions/setup-python@v5
30+ - uses : actions/setup-python@v6
3131 with :
3232 python-version : " 3.12"
33- cache : pip
3433
3534 - name : Install
3635 run : pip install -e .
Original file line number Diff line number Diff line change 2929 repository : GetTechAPI/TechAPI
3030 path : TechAPI
3131
32- - uses : actions/setup-python@v5
32+ - uses : actions/setup-python@v6
3333 with :
3434 python-version : " 3.12"
35- cache : pip
3635
3736 - name : Install Python deps
3837 run : pip install -e .
Original file line number Diff line number Diff line change 3232 path : techapi
3333 token : ${{ secrets.TECHENGINEBOT_TOKEN || secrets.TECHAPI_TOKEN || secrets.GITHUB_TOKEN }}
3434
35- - uses : actions/setup-python@v5
35+ - uses : actions/setup-python@v6
3636 with :
3737 python-version : " 3.12"
38- cache : pip
3938
4039 - name : Install TechEngine
4140 run : pip install -e .
Original file line number Diff line number Diff line change 2626 repository : GetTechAPI/TechAPI
2727 path : TechAPI
2828
29- - uses : actions/setup-python@v5
29+ - uses : actions/setup-python@v6
3030 with :
3131 python-version : " 3.12"
32- cache : pip
3332
3433 - name : Install
3534 run : pip install -e .
Original file line number Diff line number Diff line change 5959 ref : main
6060 path : TechAPI-main
6161
62- - uses : actions/setup-python@v5
62+ - uses : actions/setup-python@v6
6363 with :
6464 python-version : " 3.12"
65- cache : pip
66- # Avoid the default whole-workspace manifest search after the large
67- # TechAPI PR and main worktrees have been checked out.
68- cache-dependency-path : pyproject.toml
6965
7066 - name : Detect TechAPI homepage changes
7167 id : site_changes
Original file line number Diff line number Diff line change 6767 path : TechAPI
6868 fetch-depth : 0
6969
70- - uses : actions/setup-python@v5
70+ - uses : actions/setup-python@v6
7171 with :
7272 python-version : " 3.12"
73- cache : pip
7473
7574 - name : Install TechEngine
7675 run : pip install -e .
Original file line number Diff line number Diff line change 2727 repository : GetTechAPI/TechAPI
2828 ref : ${{ inputs.data-ref }}
2929 path : TechAPI
30- - uses : actions/setup-python@v5
30+ - uses : actions/setup-python@v6
3131 with :
3232 python-version : " 3.12"
3333 - name : Validate seed JSON (§9.3, §15.3)
Original file line number Diff line number Diff line change 4848 fetch-depth : 0
4949 token : ${{ secrets.TECHENGINEBOT_TOKEN || secrets.TECHAPI_TOKEN || secrets.GITHUB_TOKEN }}
5050
51- - uses : actions/setup-python@v5
51+ - uses : actions/setup-python@v6
5252 with :
5353 python-version : " 3.12"
54- cache : pip
5554
5655 - name : Install TechEngine
5756 run : pip install -e .
Original file line number Diff line number Diff line change 3737 path : TechAPI
3838 token : ${{ secrets.TECHENGINEBOT_TOKEN || secrets.TECHAPI_TOKEN || secrets.GITHUB_TOKEN }}
3939
40- - uses : actions/setup-python@v5
40+ - uses : actions/setup-python@v6
4141 with :
4242 python-version : " 3.12"
43- cache : pip
4443
4544 - name : Install TechEngine
4645 run : pip install -e .
Original file line number Diff line number Diff line change 4444 path : TechAPI
4545 token : ${{ secrets.TECHENGINEBOT_TOKEN || secrets.TECHAPI_TOKEN || secrets.GITHUB_TOKEN }}
4646
47- - uses : actions/setup-python@v5
47+ - uses : actions/setup-python@v6
4848 with :
4949 python-version : " 3.12"
50- cache : pip
5150
5251 - name : Install
5352 run : pip install -e .
You can’t perform that action at this time.
0 commit comments