File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-20.04
10
10
11
11
steps :
12
- - uses : actions/checkout@v3
12
+ - uses : actions/checkout@v4
13
13
14
14
- name : Set up Python
15
15
uses : actions/setup-python@v4
45
45
runs-on : ubuntu-20.04
46
46
47
47
steps :
48
- - uses : actions/checkout@v3
48
+ - uses : actions/checkout@v4
49
49
50
50
- name : Set up Python
51
51
uses : actions/setup-python@v4
@@ -109,7 +109,7 @@ jobs:
109
109
runs-on : ubuntu-latest
110
110
111
111
steps :
112
- - uses : actions/checkout@v3
112
+ - uses : actions/checkout@v4
113
113
114
114
- name : Set up Python
115
115
uses : actions/setup-python@v4
@@ -168,7 +168,7 @@ jobs:
168
168
env : { MACOSX_DEPLOYMENT_TARGET: 11.0 }
169
169
170
170
steps :
171
- - uses : actions/checkout@v3
171
+ - uses : actions/checkout@v4
172
172
173
173
- name : Set up Python
174
174
uses : actions/setup-python@v4
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ jobs:
131
131
steps :
132
132
- name : Download bdist files
133
133
id : download_artifact
134
- uses : actions/download-artifact@v3
134
+ uses : actions/download-artifact@v4
135
135
with :
136
136
name : lxml-wheels
137
137
path : ~/downloads
You can’t perform that action at this time.
0 commit comments