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 83ffbcd commit 1c79395Copy full SHA for 1c79395
.github/workflows/ci.yml
@@ -51,7 +51,7 @@ jobs:
51
with:
52
python-version: ${{ matrix.python-version }}
53
- uses: actions/checkout@v3
54
- - uses: actions/cache@v3.2.6
+ - uses: actions/cache@v3.3.1
55
56
path: ~/.cache/pip
57
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
0 commit comments