File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 25
25
name : Lint
26
26
runs-on : ubuntu-22.04
27
27
steps :
28
- - uses : actions/checkout@v3
28
+ - uses : actions/checkout@v4
29
29
- uses : actions/setup-python@v4
30
30
with :
31
31
python-version : " 3.x"
98
98
use_qemu : false
99
99
100
100
steps :
101
- - uses : actions/checkout@v3
101
+ - uses : actions/checkout@v4
102
102
if : (!matrix.use_qemu) || fromJSON(env.USE_QEMU)
103
103
with :
104
104
fetch-depth : 0 # required for versioneer to find tags
@@ -131,7 +131,7 @@ jobs:
131
131
- arch : " i686"
132
132
133
133
steps :
134
- - uses : actions/checkout@v3
134
+ - uses : actions/checkout@v4
135
135
with :
136
136
fetch-depth : 0 # required for versioneer to find tags
137
137
@@ -152,7 +152,7 @@ jobs:
152
152
needs : [lint]
153
153
runs-on : ubuntu-22.04
154
154
steps :
155
- - uses : actions/checkout@v3
155
+ - uses : actions/checkout@v4
156
156
with :
157
157
fetch-depth : 0 # required for versioneer to find tags
158
158
@@ -174,7 +174,7 @@ jobs:
174
174
python : ["2.7", "3.6", "3.11"]
175
175
176
176
steps :
177
- - uses : actions/checkout@v3
177
+ - uses : actions/checkout@v4
178
178
- uses : actions/setup-python@v4
179
179
if : matrix.python != '2.7'
180
180
name : Install Python ${{ matrix.python }}
You can’t perform that action at this time.
0 commit comments