5050 PIP_DISABLE_PIP_VERSION_CHECK : 1 
5151
5252 steps :
53-  - uses : actions/checkout@v3  
53+  - uses : actions/checkout@v4  
5454 with :
5555 fetch-depth : 50 
5656 submodules : true 
@@ -76,11 +76,11 @@ jobs:
7676 outputs :
7777 include : ${{ steps.set-matrix.outputs.include }} 
7878 steps :
79-  - uses : actions/checkout@v3  
79+  - uses : actions/checkout@v4  
8080 - uses : actions/setup-python@v4 
8181 with :
8282 python-version : " 3.x" 
83-  - run : pip install cibuildwheel==2.13.1  
83+  - run : pip install cibuildwheel==2.16.2  
8484 - id : set-matrix 
8585 run : | 
8686 MATRIX_INCLUDE=$( 
@@ -109,7 +109,7 @@ jobs:
109109 PIP_DISABLE_PIP_VERSION_CHECK : 1 
110110
111111 steps :
112-  - uses : actions/checkout@v3  
112+  - uses : actions/checkout@v4  
113113 with :
114114 fetch-depth : 50 
115115 submodules : true 
@@ -118,7 +118,7 @@ jobs:
118118 if : runner.os == 'Linux' 
119119 uses : docker/setup-qemu-action@v2 
120120
121-  - uses : pypa/cibuildwheel@v2.13.1  
121+  - uses : pypa/cibuildwheel@fff9ec32ed25a9c576750c91e06b410ed0c15db7   #   v2.16.2 
122122 with :
123123 only : ${{ matrix.only }} 
124124 env :
@@ -138,7 +138,7 @@ jobs:
138138
139139 steps :
140140 - name : Checkout source 
141-  uses : actions/checkout@v3  
141+  uses : actions/checkout@v4  
142142 with :
143143 fetch-depth : 5 
144144 submodules : true 
@@ -154,7 +154,7 @@ jobs:
154154 make htmldocs 
155155
156156name : Checkout gh-pages 
157-  uses : actions/checkout@v3  
157+  uses : actions/checkout@v4  
158158 with :
159159 fetch-depth : 5 
160160 ref : gh-pages 
@@ -180,7 +180,7 @@ jobs:
180180 runs-on : ubuntu-latest 
181181
182182 steps :
183-  - uses : actions/checkout@v3  
183+  - uses : actions/checkout@v4  
184184 with :
185185 fetch-depth : 5 
186186 submodules : false 
0 commit comments