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 02b6ffb commit c609573Copy full SHA for c609573
.github/workflows/push.yml
@@ -14,10 +14,10 @@ jobs:
14
- name: Upgrade pip
15
run: python -m pip install --upgrade pip
16
17
- - uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
+ - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
18
with:
19
path: ~/.cache/pip
20
- key: ${{ runner.os }}-pip-${{ hashFiles('requirements-dev.txt') }}
+ key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
21
restore-keys: |
22
${{ runner.os }}-pip-
23
0 commit comments