File tree Expand file tree Collapse file tree 6 files changed +19
-19
lines changed
Expand file tree Collapse file tree 6 files changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -18,15 +18,15 @@ jobs:
1818 os : [ubuntu-latest, macos-latest, windows-latest]
1919 python : ["3.10", "3.11", "3.12", "3.13"]
2020 steps :
21- - uses : actions/checkout@v5
21+ - uses : actions/checkout@v6
2222 - name : Set up Python
2323 uses : actions/setup-python@v6
2424 with :
2525 # MacOS issue ref.: https://github.com/actions/setup-python/issues/855 & https://github.com/actions/setup-python/issues/865
2626 python-version : ${{ matrix.os == 'macos-latest' && matrix.python == '3.10' && '3.11' || matrix.python }}
2727 architecture : x64
2828 - name : Cache python modules
29- uses : actions/cache@v4
29+ uses : actions/cache@v5
3030 with :
3131 path : ~/.cache/pip
3232 key : ${{ runner.os }}-pkg-deps-${{ matrix.python }}-${{ hashFiles('pyproject.toml') }}
4040 conda :
4141 runs-on : ubuntu-latest
4242 steps :
43- - uses : actions/checkout@v5
43+ - uses : actions/checkout@v6
4444 - uses : conda-incubator/setup-miniconda@v3
4545 with :
4646 auto-update-conda : true
Original file line number Diff line number Diff line change @@ -26,14 +26,14 @@ jobs:
2626 os : [ubuntu-latest]
2727 python : ["3.10"]
2828 steps :
29- - uses : actions/checkout@v5
29+ - uses : actions/checkout@v6
3030 - name : Set up Python
3131 uses : actions/setup-python@v6
3232 with :
3333 python-version : ${{ matrix.python }}
3434 architecture : x64
3535 - name : Cache python modules
36- uses : actions/cache@v4
36+ uses : actions/cache@v5
3737 with :
3838 path : ~/.cache/pip
3939 key : ${{ runner.os }}-pkg-deps-${{ matrix.python }}-${{ hashFiles('requirements.txt') }}-${{ hashFiles('demo/requirements.txt') }}
5555 needs : test-demo
5656 runs-on : ubuntu-latest
5757 steps :
58- - uses : actions/checkout@v5
58+ - uses : actions/checkout@v6
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@v5
48+ uses : actions/checkout@v6
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 @@ -18,14 +18,14 @@ jobs:
1818 python : ["3.10", "3.11", "3.12"]
1919 backend : ["cpu-headless", "openvino-headless"]
2020 steps :
21- - uses : actions/checkout@v5
21+ - uses : actions/checkout@v6
2222 - name : Set up Python
2323 uses : actions/setup-python@v6
2424 with :
2525 python-version : ${{ matrix.python }}
2626 architecture : x64
2727 - name : Cache python modules
28- uses : actions/cache@v4
28+ uses : actions/cache@v5
2929 with :
3030 path : ~/.cache/pip
3131 key : ${{ runner.os }}-pkg-deps-${{ matrix.python }}-${{ hashFiles('pyproject.toml') }}-tests
3737 run : |
3838 coverage run -m pytest tests/common/ -rs --memray
3939 coverage xml -o coverage-common-${{ matrix.backend }}-${{ matrix.python }}.xml
40- - uses : actions/upload-artifact@v4
40+ - uses : actions/upload-artifact@v6
4141 with :
4242 name : coverage-common-${{ matrix.backend }}-${{ matrix.python }}
4343 path : ./coverage-common-${{ matrix.backend }}-${{ matrix.python }}.xml
4747 runs-on : ubuntu-latest
4848 needs : [ pytest-common ]
4949 steps :
50- - uses : actions/checkout@v5
51- - uses : actions/download-artifact@v5
50+ - uses : actions/checkout@v6
51+ - uses : actions/download-artifact@v7
5252 - name : Upload coverage to Codecov
5353 uses : codecov/codecov-action@v5
5454 with :
Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ jobs:
1414 python : ["3.10"]
1515 runs-on : ${{ matrix.os }}
1616 steps :
17- - uses : actions/checkout@v5
17+ - uses : actions/checkout@v6
1818 - name : Set up Python
1919 uses : actions/setup-python@v6
2020 with :
2121 python-version : ${{ matrix.python }}
2222 architecture : x64
2323 - name : Cache python modules
24- uses : actions/cache@v4
24+ uses : actions/cache@v5
2525 with :
2626 path : ~/.cache/pip
2727 key : ${{ runner.os }}-pkg-deps-${{ matrix.python }}-${{ hashFiles('pyproject.toml') }}
5252 python : ["3.10"]
5353 runs-on : ${{ matrix.os }}
5454 steps :
55- - uses : actions/checkout@v5
55+ - uses : actions/checkout@v6
5656 - name : Set up Python
5757 uses : actions/setup-python@v6
5858 with :
6868 if : " !github.event.release.prerelease"
6969 runs-on : ubuntu-latest
7070 steps :
71- - uses : actions/checkout@v5
71+ - uses : actions/checkout@v6
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@v5
17+ - uses : actions/checkout@v6
1818 - name : Set up Python
1919 uses : actions/setup-python@v6
2020 with :
@@ -33,14 +33,14 @@ jobs:
3333 os : [ubuntu-latest]
3434 python : ["3.10"]
3535 steps :
36- - uses : actions/checkout@v5
36+ - uses : actions/checkout@v6
3737 - name : Set up Python
3838 uses : actions/setup-python@v6
3939 with :
4040 python-version : ${{ matrix.python }}
4141 architecture : x64
4242 - name : Cache python modules
43- uses : actions/cache@v4
43+ uses : actions/cache@v5
4444 with :
4545 path : ~/.cache/pip
4646 key : ${{ runner.os }}-pkg-deps-${{ matrix.python }}-${{ hashFiles('pyproject.toml') }}
You can’t perform that action at this time.
0 commit comments