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 9efd0b5 commit bd656a5Copy full SHA for bd656a5
.github/workflows/tests.yml
@@ -20,7 +20,7 @@ jobs:
20
uses: actions/setup-python@v1
21
with:
22
python-version: 3.11
23
- - uses: actions/cache@v1
+ - uses: actions/cache@v4
24
25
path: ~/.cache/pip
26
key: ${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}
0 commit comments