File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 18
18
runs-on : ubuntu-20.04
19
19
steps :
20
20
- name : Set up Python
21
- uses : actions/setup-python@v3
21
+ uses : actions/setup-python@v4
22
22
- name : Cache multiple paths
23
23
uses : actions/cache@v3
24
24
with :
Original file line number Diff line number Diff line change 30
30
uses : actions/checkout@v3
31
31
32
32
- name : Install Python
33
- uses : actions/setup-python@v3
33
+ uses : actions/setup-python@v4
34
34
with :
35
- python-version : ' 3.9.7 '
35
+ python-version : ' 3.9'
36
36
37
37
- name : Run pre-commit
38
38
uses :
pre-commit/[email protected]
@@ -171,7 +171,7 @@ jobs:
171
171
172
172
- name : Setup Python
173
173
id : setup_python
174
- uses : actions/setup-python@v3
174
+ uses : actions/setup-python@v4
175
175
with :
176
176
python-version : ' 3.8'
177
177
cache : ' pip'
You can’t perform that action at this time.
0 commit comments