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 9c606d0 commit a581e7bCopy full SHA for a581e7b
.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.2.6
+ - uses: actions/cache@v3.3.1
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