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 6363 sudo apt update
6464 sudo apt install -y libxml2-dev libxslt-dev
6565 - name : Setup Python
66- uses : actions/setup-python@v4
66+ uses : actions/setup-python@v5
6767 with :
6868 python-version : ${{ matrix.python }}
6969 allow-prereleases : true
8585 with :
8686 fetch-depth : 0
8787 - name : Setup Python
88- uses : actions/setup-python@v4
89- with :
90- python-version : 3.x
88+ uses : actions/setup-python@v5
9189 - name : Install tox
9290 run : python -m pip install tox
9391 - name : Eval ${{ matrix.job }}
@@ -119,9 +117,7 @@ jobs:
119117 steps :
120118 - uses : actions/checkout@v4
121119 - name : Setup Python
122- uses : actions/setup-python@v4
123- with :
124- python-version : 3.x
120+ uses : actions/setup-python@v5
125121 - name : Install tox
126122 run : python -m pip install tox
127123 - name : Run
You can’t perform that action at this time.
0 commit comments