File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 25
25
uses : actions/configure-pages@v4
26
26
27
27
- name : Configure Python
28
- uses : actions/setup-python@v4
28
+ uses : actions/setup-python@v5
29
29
with :
30
30
python-version : " 3.7"
31
31
Original file line number Diff line number Diff line change 24
24
fetch-tags : true
25
25
26
26
- name : Configure Python
27
- uses : actions/setup-python@v4
27
+ uses : actions/setup-python@v5
28
28
with :
29
29
python-version : " 3.7"
30
30
Original file line number Diff line number Diff line change 56
56
ref : ${{ github.event.pull_request.head.sha || github.ref }}
57
57
58
58
- name : Configure Python ${{ matrix.python-version }}
59
- uses : actions/setup-python@v4
59
+ uses : actions/setup-python@v5
60
60
with :
61
61
python-version : " ${{ matrix.python-version }}"
62
62
You can’t perform that action at this time.
0 commit comments