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 82a82bd commit 16e6c29Copy full SHA for 16e6c29
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
python-version: ${{ env.PYTHON_VERSION }}
27
28
- name: Cache dependencies
29
- uses: actions/cache@v3
+ uses: actions/cache@v4
30
with:
31
path: ~/.cache/pip
32
key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }}
0 commit comments