File tree 5 files changed +9
-9
lines changed
5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ jobs:
127
127
128
128
- name : Cache Pip Packages
129
129
id : cachepip
130
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
130
+ uses : actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
131
131
with :
132
132
path : |
133
133
pipcache
@@ -136,7 +136,7 @@ jobs:
136
136
# Cache specific files to reduce downloads or prevent network issues
137
137
- name : Cache Files
138
138
id : cachefiles
139
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
139
+ uses : actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
140
140
with :
141
141
path : |
142
142
# NOTE: when modifying cache paths, update FILES_CACHE_KEY in .env
@@ -167,7 +167,7 @@ jobs:
167
167
# Cache PaddlePaddle cache directories to prevent CI failing due to network/download issues
168
168
- name : Cache PaddlePaddle cache directories
169
169
id : cacheusercache
170
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
170
+ uses : actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
171
171
with :
172
172
path : |
173
173
${{ env.HUB_HOME }}
Original file line number Diff line number Diff line change 49
49
python-version : " 3.10" # change cachepip step when changing this
50
50
- name : Cache OpenVINO Pip Packages
51
51
id : cachepip
52
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
52
+ uses : actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
53
53
with :
54
54
path : |
55
55
pipcache
Original file line number Diff line number Diff line change 81
81
82
82
- name : Cache OpenVINO Pip Packages
83
83
id : cachepip
84
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
84
+ uses : actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
85
85
with :
86
86
path : |
87
87
pipcache
90
90
# Cache specific files to reduce downloads or prevent network issues
91
91
- name : Cache Files
92
92
id : cachefiles
93
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
93
+ uses : actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
94
94
with :
95
95
path : |
96
96
# NOTE: when modifying cache paths, update FILES_CACHE_KEY in .env
@@ -121,7 +121,7 @@ jobs:
121
121
# Cache PaddlePaddle cache directories to prevent CI failing due to network/download issues
122
122
- name : Cache PaddlePaddle cache directories (per OS)
123
123
id : cacheusercache
124
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
124
+ uses : actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
125
125
with :
126
126
path : |
127
127
${{ env.HUB_HOME }}
Original file line number Diff line number Diff line change 35
35
python-version : ${{ matrix.python }}
36
36
- name : Cache OpenVINO Pip Packages
37
37
id : cachepip
38
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
38
+ uses : actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
39
39
with :
40
40
path : |
41
41
pipcache
Original file line number Diff line number Diff line change 48
48
49
49
- name : Cache OpenVINO Pip Packages
50
50
id : cachepip
51
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
51
+ uses : actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
52
52
with :
53
53
path : |
54
54
pipcache
You can’t perform that action at this time.
0 commit comments