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
@@ -162,7 +162,7 @@ jobs:
162
162
env : { MACOSX_DEPLOYMENT_TARGET: 11.0 }
163
163
164
164
steps :
165
- - uses : actions/checkout@v3
165
+ - uses : actions/checkout@v4
166
166
167
167
- name : Set up Python
168
168
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