File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 99
99
run : python3 -m pip install -r ${OPENVINO_REPO}/src/bindings/python/wheel/requirements-dev.txt
100
100
101
101
- name : Setup ccache
102
- uses : actions/cache@v4 # v4.0.2
102
+ uses : actions/cache@v4
103
103
with :
104
104
# Should save cache only if run in the master branch of the base repo
105
105
# github.ref_name is 'ref/PR_#' in case of the PR, and 'branch_name' when executed on push
Original file line number Diff line number Diff line change 84
84
#
85
85
86
86
- name : Setup ccache
87
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
87
+ uses : actions/cache@v4
88
88
with :
89
89
# Should save cache only if run in the master branch of the base repo
90
90
# github.ref_name is 'ref/PR_#' in case of the PR, and 'branch_name' when executed on push
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ jobs:
110
110
Add-Content -Path $env:GITHUB_PATH -Value "C:\ccache"
111
111
112
112
- name : Setup ccache
113
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
113
+ uses : actions/cache@v4
114
114
with :
115
115
# Should save cache only if run in the master branch of the base repo
116
116
# github.ref_name is 'ref/PR_#' in case of the PR, and 'branch_name' when executed on push
You can’t perform that action at this time.
0 commit comments