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 13f2f60 commit a6f11feCopy full SHA for a6f11fe
.github/workflows/main.yaml
@@ -22,7 +22,7 @@ jobs:
22
with:
23
python-version: ${{ matrix.python-version }}
24
architecture: x64
25
- - uses: actions/cache@v2.1.7
+ - uses: actions/cache@v3.0.1
26
27
path: ~/.cache/pip
28
key: ${{ runner.os }}-pip-${{ hashFiles('**/dev-requirements.txt') }}
@@ -55,7 +55,7 @@ jobs:
55
56
57
58
59
60
61
0 commit comments