File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 48
48
with :
49
49
fetch-depth : 0
50
50
- name : Set up Python
51
- uses : actions/setup-python@v3
51
+ uses : actions/setup-python@v4
52
52
with :
53
53
python-version : " 3.8"
54
54
- name : Set release notes tag
Original file line number Diff line number Diff line change 23
23
steps :
24
24
- uses : actions/checkout@v3
25
25
- name : Set up Python ${{ matrix.python-version }}
26
- uses : actions/setup-python@v3
26
+ uses : actions/setup-python@v4
27
27
with :
28
28
python-version : ${{ matrix.python-version }}
29
29
- name : Install dependencies
Original file line number Diff line number Diff line change 17
17
with :
18
18
fetch-depth : 0
19
19
- name : Set up Python
20
- uses : actions/setup-python@v3
20
+ uses : actions/setup-python@v4
21
21
with :
22
22
python-version : " 3.8"
23
23
- name : Install dependencies
Original file line number Diff line number Diff line change 25
25
with :
26
26
fetch-depth : 0
27
27
- name : Set up Python
28
- uses : actions/setup-python@v3
28
+ uses : actions/setup-python@v4
29
29
with :
30
30
python-version : " 3.8"
31
31
- name : Set release notes tag
You can’t perform that action at this time.
0 commit comments