Skip to content

Commit c609573

Browse files
ben851Ben Larabie
andauthored
cache fix (#213)
Co-authored-by: Ben Larabie <[email protected]>
1 parent 02b6ffb commit c609573

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
- name: Upgrade pip
1515
run: python -m pip install --upgrade pip
1616

17-
- uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
17+
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
1818
with:
1919
path: ~/.cache/pip
20-
key: ${{ runner.os }}-pip-${{ hashFiles('requirements-dev.txt') }}
20+
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
2121
restore-keys: |
2222
${{ runner.os }}-pip-
2323

0 commit comments

Comments
 (0)