50
50
PIP_DISABLE_PIP_VERSION_CHECK : 1
51
51
52
52
steps :
53
- - uses : actions/checkout@v3
53
+ - uses : actions/checkout@v4
54
54
with :
55
55
fetch-depth : 50
56
56
submodules : true
@@ -76,11 +76,11 @@ jobs:
76
76
outputs :
77
77
include : ${{ steps.set-matrix.outputs.include }}
78
78
steps :
79
- - uses : actions/checkout@v3
79
+ - uses : actions/checkout@v4
80
80
- uses : actions/setup-python@v4
81
81
with :
82
82
python-version : " 3.x"
83
- - run : pip install cibuildwheel==2.13.1
83
+ - run : pip install cibuildwheel==2.16.2
84
84
- id : set-matrix
85
85
run : |
86
86
MATRIX_INCLUDE=$(
@@ -109,7 +109,7 @@ jobs:
109
109
PIP_DISABLE_PIP_VERSION_CHECK : 1
110
110
111
111
steps :
112
- - uses : actions/checkout@v3
112
+ - uses : actions/checkout@v4
113
113
with :
114
114
fetch-depth : 50
115
115
submodules : true
@@ -118,7 +118,7 @@ jobs:
118
118
if : runner.os == 'Linux'
119
119
uses : docker/setup-qemu-action@v2
120
120
121
- - uses : pypa/cibuildwheel@v2.13.1
121
+ - uses : pypa/cibuildwheel@fff9ec32ed25a9c576750c91e06b410ed0c15db7 # v2.16.2
122
122
with :
123
123
only : ${{ matrix.only }}
124
124
env :
@@ -138,7 +138,7 @@ jobs:
138
138
139
139
steps :
140
140
- name : Checkout source
141
- uses : actions/checkout@v3
141
+ uses : actions/checkout@v4
142
142
with :
143
143
fetch-depth : 5
144
144
submodules : true
@@ -154,7 +154,7 @@ jobs:
154
154
make htmldocs
155
155
156
156
- name : Checkout gh-pages
157
- uses : actions/checkout@v3
157
+ uses : actions/checkout@v4
158
158
with :
159
159
fetch-depth : 5
160
160
ref : gh-pages
@@ -180,7 +180,7 @@ jobs:
180
180
runs-on : ubuntu-latest
181
181
182
182
steps :
183
- - uses : actions/checkout@v3
183
+ - uses : actions/checkout@v4
184
184
with :
185
185
fetch-depth : 5
186
186
submodules : false
0 commit comments