Skip to content

Commit 8167cf2

Browse files
krish2718rlubos
authored andcommitted
ci: Fix compliance workflow
Use v4 of cache to fix compliance. Signed-off-by: Chaitanya Tata <[email protected]>
1 parent fe83c15 commit 8167cf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compliance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fetch-depth: 0
1616

1717
- name: cache-pip
18-
uses: actions/cache@v1
18+
uses: actions/cache@v4
1919
with:
2020
path: ~/.cache/pip
2121
key: ${{ runner.os }}-doc-pip

0 commit comments

Comments
 (0)