We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f6c54d commit 4b17a98Copy full SHA for 4b17a98
.github/workflows/ci-cd.yml
@@ -49,7 +49,7 @@ jobs:
49
- name: Cache PyPI
50
uses: actions/[email protected]
51
with:
52
- key: pip-lint-${{ hashFiles('requirements/*.txt') }}-v4
+ key: pip-lint-${{ hashFiles('requirements/*.txt') }}
53
path: ~/.cache/pip
54
restore-keys: |
55
pip-lint-
0 commit comments