16
16
steps :
17
17
- uses : actions/checkout@v2
18
18
- name : Set up Python 3.8
19
- uses : actions/setup-python@v2
19
+ uses : actions/setup-python@v4
20
20
with :
21
21
python-version : 3.8
22
22
- uses : pre-commit/action@v2.0.0
36
36
steps :
37
37
- uses : actions/checkout@v2
38
38
- name : Set up Python ${{ matrix.python-version }}
39
- uses : actions/setup-python@v2
39
+ uses : actions/setup-python@v4
40
40
with :
41
41
python-version : ${{ matrix.python-version }}
42
42
- name : Install dependencies
67
67
steps :
68
68
- uses : actions/checkout@v2
69
69
- name : Set up Python ${{ matrix.python-version }}
70
- uses : actions/setup-python@v2
70
+ uses : actions/setup-python@v4
71
71
with :
72
72
python-version : ${{ matrix.python-version }}
73
73
- name : Install dependencies
87
87
steps :
88
88
- uses : actions/checkout@v2
89
89
- name : Set up Python 3.9
90
- uses : actions/setup-python@v2
90
+ uses : actions/setup-python@v4
91
91
with :
92
92
python-version : " 3.9"
93
93
- name : Install dependencies
@@ -107,7 +107,7 @@ jobs:
107
107
- name : Checkout source
108
108
uses : actions/checkout@v2
109
109
- name : Set up Python
110
- uses : actions/setup-python@v2
110
+ uses : actions/setup-python@v4
111
111
with :
112
112
python-version : 3.8
113
113
- name : install flit
0 commit comments