Skip to content

Commit 5da0231

Browse files
authored
Revert cache key change for linter (#11081)
1 parent 0416d57 commit 5da0231

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Cache PyPI
5454
uses: actions/[email protected]
5555
with:
56-
key: pip-lint-${{ hashFiles('requirements/*.txt') }}-v4
56+
key: pip-lint-${{ hashFiles('requirements/*.txt') }}
5757
path: ~/.cache/pip
5858
restore-keys: |
5959
pip-lint-

0 commit comments

Comments
 (0)