File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 63
63
sudo apt update
64
64
sudo apt install -y libxml2-dev libxslt-dev
65
65
- name : Setup Python
66
- uses : actions/setup-python@v4
66
+ uses : actions/setup-python@v5
67
67
with :
68
68
python-version : ${{ matrix.python }}
69
69
allow-prereleases : true
85
85
with :
86
86
fetch-depth : 0
87
87
- name : Setup Python
88
- uses : actions/setup-python@v4
89
- with :
90
- python-version : 3.x
88
+ uses : actions/setup-python@v5
91
89
- name : Install tox
92
90
run : python -m pip install tox
93
91
- name : Eval ${{ matrix.job }}
@@ -119,9 +117,7 @@ jobs:
119
117
steps :
120
118
- uses : actions/checkout@v4
121
119
- name : Setup Python
122
- uses : actions/setup-python@v4
123
- with :
124
- python-version : 3.x
120
+ uses : actions/setup-python@v5
125
121
- name : Install tox
126
122
run : python -m pip install tox
127
123
- name : Run
You can’t perform that action at this time.
0 commit comments