@@ -11,10 +11,10 @@ jobs:
11
11
lint :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v2
14
+ - uses : actions/checkout@v3
15
15
16
16
- name : Set up Python
17
- uses : actions/setup-python@v2
17
+ uses : actions/setup-python@v3
18
18
with :
19
19
python-version : 3.9
20
20
@@ -40,10 +40,10 @@ jobs:
40
40
- version : ' 3.7'
41
41
toxenv : ' py37'
42
42
steps :
43
- - uses : actions/checkout@v2
43
+ - uses : actions/checkout@v3
44
44
45
45
- name : Set up Python ${{ matrix.python.version }}
46
- uses : actions/setup-python@v2
46
+ uses : actions/setup-python@v3
47
47
with :
48
48
python-version : ${{ matrix.python.version }}
49
49
@@ -56,10 +56,10 @@ jobs:
56
56
typecheck :
57
57
runs-on : ubuntu-latest
58
58
steps :
59
- - uses : actions/checkout@v2
59
+ - uses : actions/checkout@v3
60
60
61
61
- name : Set up Python
62
- uses : actions/setup-python@v2
62
+ uses : actions/setup-python@v3
63
63
with :
64
64
python-version : 3.9
65
65
@@ -72,10 +72,10 @@ jobs:
72
72
docs :
73
73
runs-on : ubuntu-latest
74
74
steps :
75
- - uses : actions/checkout@v2
75
+ - uses : actions/checkout@v3
76
76
77
77
- name : Set up Python
78
- uses : actions/setup-python@v2
78
+ uses : actions/setup-python@v3
79
79
with :
80
80
python-version : 3.9
81
81
@@ -90,10 +90,10 @@ jobs:
90
90
if : startsWith(github.ref, 'refs/tags')
91
91
runs-on : ubuntu-latest
92
92
steps :
93
- - uses : actions/checkout@v2
93
+ - uses : actions/checkout@v3
94
94
95
95
- name : Set up Python
96
- uses : actions/setup-python@v2
96
+ uses : actions/setup-python@v3
97
97
with :
98
98
python-version : 3.9
99
99
0 commit comments