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 7bec9d2 commit fc31495Copy full SHA for fc31495
.github/workflows/main.yaml
@@ -29,7 +29,7 @@ jobs:
29
with:
30
python-version: ${{ matrix.python-version }}
31
architecture: x64
32
- - uses: actions/cache@v3.0.10
+ - uses: actions/cache@v3.0.11
33
34
path: ~/.cache/pip
35
key: ${{ runner.os }}-pip-${{ hashFiles('**/dev-requirements.txt') }}
@@ -65,7 +65,7 @@ jobs:
65
66
67
68
69
70
71
0 commit comments