We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8995f45 commit 6a16974Copy full SHA for 6a16974
.github/workflows/build.yml
@@ -14,7 +14,7 @@ jobs:
14
with:
15
python-version: 3.12
16
allow-prereleases: true
17
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
18
19
path: ~/.cache/pip
20
key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }}
0 commit comments