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 5342dd8 commit 9c3d60aCopy full SHA for 9c3d60a
.github/workflows/python-package.yaml
@@ -23,7 +23,7 @@ jobs:
23
with:
24
python-version: ${{ matrix.python-version }}
25
26
- - uses: actions/cache@v2
+ - uses: actions/cache@v4
27
28
path: ~/.cache/pip
29
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements*.txt') }}
0 commit comments