File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108
108
109
109
- name : Cache documentation
110
110
id : cache_sphinx_docs
111
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
111
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
112
112
with :
113
113
path : ${{ env.BUILD_DIR }}/docs/_build/.doctrees
114
114
key : sphinx-docs-cache
Original file line number Diff line number Diff line change 86
86
run : python3 -m pip install -r ${INSTALL_TEST_DIR}/functional_test_utils/layer_tests_summary/requirements.txt
87
87
88
88
- name : Restore tests execution time
89
- uses : actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
89
+ uses : actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
90
90
with :
91
91
path : ${{ env.PARALLEL_TEST_CACHE }}
92
92
key : ${{ runner.os }}-${{ runner.arch }}-tests-functional-cpu-stamp-${{ github.sha }}
@@ -106,7 +106,7 @@ jobs:
106
106
timeout-minutes : ${{ inputs.scope == 'nightly' && 125 || 40 }}
107
107
108
108
- name : Save tests execution time
109
- uses : actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
109
+ uses : actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
110
110
if : github.ref_name == 'master'
111
111
with :
112
112
path : ${{ env.PARALLEL_TEST_CACHE }}
Original file line number Diff line number Diff line change 34
34
python-version : ' 3.10'
35
35
36
36
- name : Cache pip
37
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
37
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
38
38
with :
39
39
path : ~/.cache/pip
40
40
key : ${{ runner.os }}-pip-${{ hashFiles('src/bindings/python/requirements*.txt') }}
Original file line number Diff line number Diff line change @@ -443,7 +443,7 @@ jobs:
443
443
run : python3 -m pip install -r ${{ env.INSTALL_TEST_DIR }}/layer_tests_summary/requirements.txt
444
444
445
445
- name : Restore tests execution time
446
- uses : actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
446
+ uses : actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
447
447
with :
448
448
path : ${{ env.PARALLEL_TEST_CACHE }}
449
449
key : ${{ runner.os }}-tests-functional-cpu-stamp-${{ github.sha }}
Original file line number Diff line number Diff line change @@ -596,7 +596,7 @@ jobs:
596
596
run : python3 -m pip install -r ${{ github.workspace }}\install\tests\functional_test_utils\layer_tests_summary\requirements.txt
597
597
598
598
- name : Restore tests execution time
599
- uses : actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
599
+ uses : actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
600
600
with :
601
601
path : ${{ env.PARALLEL_TEST_CACHE }}
602
602
key : ${{ runner.os }}-tests-functional-cpu-stamp-${{ github.sha }}
@@ -610,7 +610,7 @@ jobs:
610
610
timeout-minutes : 60
611
611
612
612
- name : Save tests execution time
613
- uses : actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
613
+ uses : actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
614
614
if : github.ref_name == 'master'
615
615
with :
616
616
path : ${{ env.PARALLEL_TEST_CACHE }}
You can’t perform that action at this time.
0 commit comments