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.
actions/cache
ci.yml
1 parent d4b09e6 commit 4674dc5Copy full SHA for 4674dc5
.github/workflows/ci.yml
@@ -17,10 +17,10 @@ jobs:
17
18
steps:
19
- uses: actions/checkout@v2
20
- - uses: actions/cache@v1
+ - uses: actions/cache@v2
21
with:
22
path: ~/.cache/pip
23
- key: ${{ runner.os }}-pip-${{ hashFiles('pyproject.toml') }}
+ key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }}
24
restore-keys: |
25
${{ runner.os }}-pip-
26
- uses: actions/setup-python@v2
0 commit comments