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 82e6c2e + 944373e commit a5ae192Copy full SHA for a5ae192
1 file changed
.github/workflows/test.yml
@@ -33,7 +33,7 @@ jobs:
33
lower_bounds: true
34
steps:
35
- uses: "actions/checkout@v6"
36
- - uses: "actions/cache@v4"
+ - uses: "actions/cache@v5"
37
with:
38
path: "~/.cache/pip"
39
key: "${{ runner.os }}-pip-${{ hashFiles('**/*requirements*.txt', '**/*constraints*.lock', '**/setup.py', '**/pyproject.toml') }}"
0 commit comments