File tree 5 files changed +7
-7
lines changed
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 64
64
65
65
- name : Cache documentation
66
66
id : cache_sphinx_docs
67
- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
67
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
68
68
with :
69
69
path : build/docs/_build/.doctrees
70
70
key : sphinx-docs-cache
Original file line number Diff line number Diff line change 90
90
run : python3 -m pip install -r ${INSTALL_TEST_DIR}/functional_test_utils/layer_tests_summary/requirements.txt
91
91
92
92
- name : Restore tests execution time
93
- uses : actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
93
+ uses : actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
94
94
with :
95
95
path : ${{ env.PARALLEL_TEST_CACHE }}
96
96
key : ${{ runner.os }}-${{ runner.arch }}-tests-functional-cpu-stamp-${{ github.sha }}
@@ -110,7 +110,7 @@ jobs:
110
110
timeout-minutes : 25
111
111
112
112
- name : Save tests execution time
113
- uses : actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
113
+ uses : actions/cache/save@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
114
114
if : github.ref_name == 'master'
115
115
with :
116
116
path : ${{ env.PARALLEL_TEST_CACHE }}
Original file line number Diff line number Diff line change 28
28
python-version : ' 3.10'
29
29
30
30
- name : Cache pip
31
- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
31
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
32
32
with :
33
33
path : ~/.cache/pip
34
34
key : ${{ runner.os }}-pip-${{ hashFiles('src/bindings/python/requirements*.txt') }}
Original file line number Diff line number Diff line change @@ -393,7 +393,7 @@ jobs:
393
393
run : python3 -m pip install -r ${{ env.INSTALL_TEST_DIR }}/layer_tests_summary/requirements.txt
394
394
395
395
- name : Restore tests execution time
396
- uses : actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
396
+ uses : actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
397
397
with :
398
398
path : ${{ env.PARALLEL_TEST_CACHE }}
399
399
key : ${{ runner.os }}-tests-functional-cpu-stamp-${{ github.sha }}
Original file line number Diff line number Diff line change @@ -581,7 +581,7 @@ jobs:
581
581
run : python3 -m pip install -r ${{ github.workspace }}\install\tests\functional_test_utils\layer_tests_summary\requirements.txt
582
582
583
583
- name : Restore tests execution time
584
- uses : actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
584
+ uses : actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
585
585
with :
586
586
path : ${{ env.PARALLEL_TEST_CACHE }}
587
587
key : ${{ runner.os }}-tests-functional-cpu-stamp-${{ github.sha }}
@@ -595,7 +595,7 @@ jobs:
595
595
timeout-minutes : 60
596
596
597
597
- name : Save tests execution time
598
- uses : actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
598
+ uses : actions/cache/save@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
599
599
if : github.ref_name == 'master'
600
600
with :
601
601
path : ${{ env.PARALLEL_TEST_CACHE }}
You can’t perform that action at this time.
0 commit comments