File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ jobs:
16
16
matrix :
17
17
python-version : [3.8, 3.9]
18
18
steps :
19
- - uses : actions/checkout@v2.4.0
19
+ - uses : actions/checkout@v3
20
20
- name : Setup Python
21
- uses : actions/setup-python@v2.3.1
21
+ uses : actions/setup-python@v3.1.0
22
22
with :
23
23
python-version : ${{ matrix.python-version }}
24
24
architecture : x64
25
- - uses : actions/cache@v2.1.7
25
+ - uses : actions/cache@v3.0.1
26
26
with :
27
27
path : ~/.cache/pip
28
28
key : ${{ runner.os }}-pip-${{ hashFiles('**/dev-requirements.txt') }}
@@ -49,13 +49,13 @@ jobs:
49
49
matrix :
50
50
python-version : [3.9]
51
51
steps :
52
- - uses : actions/checkout@v2.4.0
52
+ - uses : actions/checkout@v3
53
53
- name : Setup Python
54
- uses : actions/setup-python@v2.3.1
54
+ uses : actions/setup-python@v3.1.0
55
55
with :
56
56
python-version : ${{ matrix.python-version }}
57
57
architecture : x64
58
- - uses : actions/cache@v2.1.7
58
+ - uses : actions/cache@v3.0.1
59
59
with :
60
60
path : ~/.cache/pip
61
61
key : ${{ runner.os }}-pip-${{ hashFiles('**/dev-requirements.txt') }}
Original file line number Diff line number Diff line change 8
8
deploy :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v2.4.0
11
+ - uses : actions/checkout@v3
12
12
- name : Set up Python
13
- uses : actions/setup-python@v2.3.1
13
+ uses : actions/setup-python@v3.1.0
14
14
with :
15
15
python-version : " 3.x"
16
16
- name : Install dependencies
Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/pre-commit/pre-commit-hooks
3
- rev : v4.0.1
3
+ rev : v4.1.0
4
4
hooks :
5
5
- id : trailing-whitespace
6
6
- id : end-of-file-fixer
10
10
- id : double-quote-string-fixer
11
11
12
12
- repo : https://github.com/psf/black
13
- rev : 21.12b0
13
+ rev : 22.3.0
14
14
hooks :
15
15
- id : black
16
16
args : ["--line-length", "100", "--skip-string-normalization"]
29
29
- id : isort
30
30
31
31
- repo : https://github.com/pre-commit/mirrors-prettier
32
- rev : v2.5.1
32
+ rev : v2.6.2
33
33
hooks :
34
34
- id : prettier
35
35
language_version : system
You can’t perform that action at this time.
0 commit comments