File tree 6 files changed +8
-8
lines changed
6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 63
63
64
64
- name : Cache documentation
65
65
id : cache_sphinx_docs
66
- uses : actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
66
+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
67
67
with :
68
68
path : build/docs/_build/.doctrees
69
69
key : sphinx-docs-cache
Original file line number Diff line number Diff line change 89
89
run : python3 -m pip install -r ${INSTALL_TEST_DIR}/functional_test_utils/layer_tests_summary/requirements.txt
90
90
91
91
- name : Restore tests execution time
92
- uses : actions/cache/restore@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
92
+ uses : actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
93
93
with :
94
94
path : ${{ env.PARALLEL_TEST_CACHE }}
95
95
key : ${{ runner.os }}-${{ runner.arch }}-tests-functional-cpu-stamp-${{ github.sha }}
@@ -109,7 +109,7 @@ jobs:
109
109
timeout-minutes : 25
110
110
111
111
- name : Save tests execution time
112
- uses : actions/cache/save@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
112
+ uses : actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
113
113
if : github.ref_name == 'master'
114
114
with :
115
115
path : ${{ env.PARALLEL_TEST_CACHE }}
Original file line number Diff line number Diff line change 32
32
python-version : ' 3.10'
33
33
34
34
- name : Cache pip
35
- uses : actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
35
+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
36
36
with :
37
37
path : ~/.cache/pip
38
38
key : ${{ runner.os }}-pip-${{ hashFiles('tools/mo/requirements*.txt') }}
Original file line number Diff line number Diff line change 27
27
python-version : ' 3.10'
28
28
29
29
- name : Cache pip
30
- uses : actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
30
+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
31
31
with :
32
32
path : ~/.cache/pip
33
33
key : ${{ runner.os }}-pip-${{ hashFiles('src/bindings/python/requirements*.txt') }}
Original file line number Diff line number Diff line change @@ -387,7 +387,7 @@ jobs:
387
387
run : python3 -m pip install -r ${{ env.INSTALL_TEST_DIR }}/layer_tests_summary/requirements.txt
388
388
389
389
- name : Restore tests execution time
390
- uses : actions/cache/restore@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
390
+ uses : actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
391
391
with :
392
392
path : ${{ env.PARALLEL_TEST_CACHE }}
393
393
key : ${{ runner.os }}-tests-functional-cpu-stamp-${{ github.sha }}
Original file line number Diff line number Diff line change @@ -481,7 +481,7 @@ jobs:
481
481
run : python3 -m pip install -r ${{ github.workspace }}\install\tests\functional_test_utils\layer_tests_summary\requirements.txt
482
482
483
483
- name : Restore tests execution time
484
- uses : actions/cache/restore@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
484
+ uses : actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
485
485
with :
486
486
path : ${{ env.PARALLEL_TEST_CACHE }}
487
487
key : ${{ runner.os }}-tests-functional-cpu-stamp-${{ github.sha }}
@@ -495,7 +495,7 @@ jobs:
495
495
timeout-minutes : 60
496
496
497
497
- name : Save tests execution time
498
- uses : actions/cache/save@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
498
+ uses : actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
499
499
if : github.ref_name == 'master'
500
500
with :
501
501
path : ${{ env.PARALLEL_TEST_CACHE }}
You can’t perform that action at this time.
0 commit comments