File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9999 run : python3 -m pip install -r ${OPENVINO_REPO}/src/bindings/python/wheel/requirements-dev.txt
100100
101101 - name : Setup ccache
102- uses : actions/cache@v4
102+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
103103 with :
104104 # Should save cache only if run in the master branch of the base repo
105105 # github.ref_name is 'ref/PR_#' in case of the PR, and 'branch_name' when executed on push
@@ -285,7 +285,7 @@ jobs:
285285 apt -y --no-install-recommends install software-properties-common curl
286286
287287 - name : Setup ccache
288- uses : actions/cache@v4
288+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
289289 with :
290290 # Should save cache only if run in the master branch of the base repo
291291 # 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 8484 #
8585
8686 - name : Setup ccache
87- uses : actions/cache@v4
87+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
8888 with :
8989 # Should save cache only if run in the master branch of the base repo
9090 # 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:
110110 Add-Content -Path $env:GITHUB_PATH -Value "C:\ccache"
111111
112112 - name : Setup ccache
113- uses : actions/cache@v4
113+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
114114 with :
115115 # Should save cache only if run in the master branch of the base repo
116116 # 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