File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 49
49
with :
50
50
fetch-depth : 0
51
51
- name : Set up Python
52
- uses : actions/setup-python@v2.3.1
52
+ uses : actions/setup-python@v3
53
53
with :
54
54
python-version : " 3.8"
55
55
- 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@v2.3.1
26
+ uses : actions/setup-python@v3
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@v2.3.1
20
+ uses : actions/setup-python@v3
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@v2.3.1
28
+ uses : actions/setup-python@v3
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