File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed
Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1818 os : [ubuntu-latest, macos-latest, windows-latest]
1919 python : ["3.10", "3.11", "3.12", "3.13"]
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v5
2222 - name : Set up Python
2323 uses : actions/setup-python@v5
2424 with :
4040 conda :
4141 runs-on : ubuntu-latest
4242 steps :
43- - uses : actions/checkout@v4
43+ - uses : actions/checkout@v5
4444 - uses : conda-incubator/setup-miniconda@v3
4545 with :
4646 auto-update-conda : true
Original file line number Diff line number Diff line change 2626 os : [ubuntu-latest]
2727 python : ["3.10"]
2828 steps :
29- - uses : actions/checkout@v4
29+ - uses : actions/checkout@v5
3030 - name : Set up Python
3131 uses : actions/setup-python@v5
3232 with :
5555 needs : test-demo
5656 runs-on : ubuntu-latest
5757 steps :
58- - uses : actions/checkout@v4
58+ - uses : actions/checkout@v5
5959 with :
6060 fetch-depth : 0
6161 - name : Set up Python
Original file line number Diff line number Diff line change 4545
4646 steps :
4747 - name : Checkout repository
48- uses : actions/checkout@v4
48+ uses : actions/checkout@v5
4949
5050 - name : Log in to the Container registry
5151 uses : docker/login-action@v3
Original file line number Diff line number Diff line change 1818 python : ["3.10", "3.11", "3.12"]
1919 backend : ["cpu-headless", "openvino-headless"]
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v5
2222 - name : Set up Python
2323 uses : actions/setup-python@v5
2424 with :
4747 runs-on : ubuntu-latest
4848 needs : [ pytest-common ]
4949 steps :
50- - uses : actions/checkout@v4
50+ - uses : actions/checkout@v5
5151 - uses : actions/download-artifact@v5
5252 - name : Upload coverage to Codecov
5353 uses : codecov/codecov-action@v5
Original file line number Diff line number Diff line change 1414 python : ["3.10"]
1515 runs-on : ${{ matrix.os }}
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
1818 - name : Set up Python
1919 uses : actions/setup-python@v5
2020 with :
5252 python : ["3.10"]
5353 runs-on : ${{ matrix.os }}
5454 steps :
55- - uses : actions/checkout@v4
55+ - uses : actions/checkout@v5
5656 - name : Set up Python
5757 uses : actions/setup-python@v5
5858 with :
6868 if : " !github.event.release.prerelease"
6969 runs-on : ubuntu-latest
7070 steps :
71- - uses : actions/checkout@v4
71+ - uses : actions/checkout@v5
7272 - uses : conda-incubator/setup-miniconda@v3
7373 with :
7474 auto-update-conda : true
Original file line number Diff line number Diff line change 1414 os : [ubuntu-latest]
1515 python : ["3.10"]
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
1818 - name : Set up Python
1919 uses : actions/setup-python@v5
2020 with :
3333 os : [ubuntu-latest]
3434 python : ["3.10"]
3535 steps :
36- - uses : actions/checkout@v4
36+ - uses : actions/checkout@v5
3737 - name : Set up Python
3838 uses : actions/setup-python@v5
3939 with :
You can’t perform that action at this time.
0 commit comments