File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2222 curl -o constraints-alpha.txt https://raw.githubusercontent.com/OpenVoiceOS/ovos-releases/refs/heads/main/constraints-alpha.txt
2323
2424 - name : Set up Python
25- uses : actions/setup-python@v5
25+ uses : actions/setup-python@v6
2626 with :
2727 python-version : ' 3.14'
2828
Original file line number Diff line number Diff line change 2424 ref : master
2525 fetch-depth : 0 # otherwise, there would be errors pushing refs to the destination repository.
2626 - name : Setup Python
27- uses : actions/setup-python@v5
27+ uses : actions/setup-python@v6
2828 with :
2929 python-version : ' 3.14'
3030 - name : Install Build Tools
Original file line number Diff line number Diff line change 4444 ref : dev
4545 fetch-depth : 0 # otherwise, there would be errors pushing refs to the destination repository.
4646 - name : Setup Python
47- uses : actions/setup-python@v5
47+ uses : actions/setup-python@v6
4848 with :
4949 python-version : ' 3.14'
5050 - name : Install Build Tools
7373 ref : dev
7474
7575 - name : Setup Python
76- uses : actions/setup-python@v5
76+ uses : actions/setup-python@v6
7777 with :
7878 python-version : ' 3.14'
7979
Original file line number Diff line number Diff line change 3939 steps :
4040 - uses : actions/checkout@v6
4141 - name : Set up python ${{ matrix.python-version }}
42- uses : actions/setup-python@v5
42+ uses : actions/setup-python@v6
4343 with :
4444 python-version : ${{ matrix.python-version }}
4545 - name : Install System Dependencies
You can’t perform that action at this time.
0 commit comments