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 14
14
token : ' ${{ secrets.PERSONAL_ACCESS_TOKEN }}'
15
15
fetch-depth : 0
16
16
- name : Set up Python
17
- uses : actions/setup-python@v4
17
+ uses : actions/setup-python@v5
18
18
with :
19
19
python-version : ' 3.x'
20
20
- name : Install dependencies
Original file line number Diff line number Diff line change 14
14
- name : Checkout
15
15
uses : actions/checkout@v4
16
16
- name : Set up Python
17
- uses : actions/setup-python@v4
17
+ uses : actions/setup-python@v5
18
18
with :
19
19
python-version : ' 3.x'
20
20
- name : Install dependencies
Original file line number Diff line number Diff line change 14
14
with :
15
15
fetch-depth : 0
16
16
- name : Set up Python ${{ matrix.python-version }}
17
- uses : actions/setup-python@v4
17
+ uses : actions/setup-python@v5
18
18
with :
19
19
python-version : ${{ matrix.python-version }}
20
20
- name : Install dependencies
Original file line number Diff line number Diff line change 14
14
token : ' ${{ secrets.PERSONAL_ACCESS_TOKEN }}'
15
15
fetch-depth : 0
16
16
- name : Set up Python
17
- uses : actions/setup-python@v4
17
+ uses : actions/setup-python@v5
18
18
with :
19
19
python-version : ' 3.x'
20
20
- name : Install dependencies
You can’t perform that action at this time.
0 commit comments