Skip to content

Commit 5726348

Browse files
committed
Update actions cache for mac and windows
Signed-off-by: Raasz, Pawel <pawel.raasz@intel.com>
1 parent 4d791d6 commit 5726348

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
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 # v4.0.2
102+
uses: actions/cache@v4
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

.github/workflows/mac.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
#
8585

8686
- name: Setup ccache
87-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
87+
uses: actions/cache@v4
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

.github/workflows/windows.yml

+1-1
Original file line numberDiff line numberDiff 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@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
113+
uses: actions/cache@v4
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

0 commit comments

Comments
 (0)