Skip to content

Commit 0cbdc67

Browse files
[PR #11081/5da0231f backport][3.12] Revert cache key change for linter (#11083)
Co-authored-by: J. Nick Koston <[email protected]>
1 parent 6836bb0 commit 0cbdc67

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
@@ -49,7 +49,7 @@ jobs:
4949
- name: Cache PyPI
5050
uses: actions/[email protected]
5151
with:
52-
key: pip-lint-${{ hashFiles('requirements/*.txt') }}-v4
52+
key: pip-lint-${{ hashFiles('requirements/*.txt') }}
5353
path: ~/.cache/pip
5454
restore-keys: |
5555
pip-lint-

0 commit comments

Comments
 (0)