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.
2 parents ba37a1a + 2f9117d commit 3c48ee3Copy full SHA for 3c48ee3
.github/workflows/build.yml
@@ -20,7 +20,7 @@ jobs:
20
# Version range or exact version of a Python version to use, using SemVer's version range syntax.
21
python-version: "3.10"
22
- name: Cache pip dependencies
23
- uses: actions/cache@v1
+ uses: actions/cache@v4
24
with:
25
path: ~/.cache/pip
26
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
0 commit comments