File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11
11
steps :
12
12
- uses : actions/checkout@v4
13
13
- name : Set up Python
14
- uses : actions/setup-python@v4
14
+ uses : actions/setup-python@v5
15
15
with :
16
16
python-version : ' 3.x'
17
17
- name : Install dependencies
Original file line number Diff line number Diff line change 10
10
steps :
11
11
- uses : actions/checkout@v4
12
12
- name : Set up Python
13
- uses : actions/setup-python@v4
13
+ uses : actions/setup-python@v5
14
14
with :
15
15
python-version : ' 3.x'
16
16
- name : Install black
23
23
steps :
24
24
- uses : actions/checkout@v4
25
25
- name : Set up Python
26
- uses : actions/setup-python@v4
26
+ uses : actions/setup-python@v5
27
27
with :
28
28
python-version : ' 3.x'
29
29
- name : Install flake8
36
36
steps :
37
37
- uses : actions/checkout@v4
38
38
- name : Set up Python
39
- uses : actions/setup-python@v4
39
+ uses : actions/setup-python@v5
40
40
with :
41
41
python-version : ' 3.x'
42
42
- name : Install dependencies
66
66
with :
67
67
fetch-depth : 2
68
68
- name : Set up Python
69
- uses : actions/setup-python@v4
69
+ uses : actions/setup-python@v5
70
70
with :
71
71
python-version : " ${{ matrix.python-version }}"
72
72
- name : Install dependencies
You can’t perform that action at this time.
0 commit comments