3737 cibw_python : ["cp312", "cp313", "cp313t", "cp314", "cp314t"]
3838 cibw_arch : ["x86_64"]
3939 steps :
40- - uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.1.2
40+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4.1.2
4141 with :
4242 fetch-depth : 0
4343 - uses : actions/setup-python@2e3e4b15a884dc73a63f962bff250a855150a234 # v5.5.0
@@ -46,14 +46,14 @@ jobs:
4646 python-version : " 3.12"
4747
4848 - name : Build the wheel
49- uses : pypa/cibuildwheel@9c00cb4f6b517705a3794b22395aedc36257242c # v3.2.1
49+ uses : pypa/cibuildwheel@63fd63b352a9a8bdcc24791c9dbee952ee9a8abc # v3.3.0
5050 with :
5151 output-dir : dist
5252 env :
5353 CIBW_BUILD : ${{ matrix.cibw_python }}-*
5454 CIBW_ARCHS_LINUX : ${{ matrix.cibw_arch }}
5555 CIBW_ENABLE : cpython-freethreading
56- - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
56+ - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
5757 with :
5858 name : wheels_linux_${{ matrix.cibw_arch }}_${{ matrix.cibw_python }}
5959 path : ./dist/*.whl
6969 cibw_python : ["cp312", "cp313", "cp313t", "cp314", "cp314t"]
7070 cibw_arch : ["aarch64"]
7171 steps :
72- - uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.1.2
72+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4.1.2
7373 with :
7474 fetch-depth : 0
7575 - uses : actions/setup-python@2e3e4b15a884dc73a63f962bff250a855150a234 # v5.5.0
@@ -78,14 +78,14 @@ jobs:
7878 python-version : " 3.12"
7979
8080 - name : Build the wheel
81- uses : pypa/cibuildwheel@9c00cb4f6b517705a3794b22395aedc36257242c # v3.2.1
81+ uses : pypa/cibuildwheel@63fd63b352a9a8bdcc24791c9dbee952ee9a8abc # v3.3.0
8282 with :
8383 output-dir : dist
8484 env :
8585 CIBW_BUILD : ${{ matrix.cibw_python }}-*
8686 CIBW_ARCHS_LINUX : ${{ matrix.cibw_arch }}
8787 CIBW_ENABLE : cpython-freethreading
88- - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
88+ - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
8989 with :
9090 name : wheels_linux_${{ matrix.cibw_arch }}_${{ matrix.cibw_python }}
9191 path : ./dist/*.whl
@@ -105,7 +105,7 @@ jobs:
105105 - os : macos-15-intel
106106 cibw_arch : " arm64"
107107 steps :
108- - uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.1.2
108+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4.1.2
109109 with :
110110 fetch-depth : 0
111111
@@ -116,7 +116,7 @@ jobs:
116116
117117 - name : Build wheels for CPython (macOS) (x86_64)
118118 if : matrix.cibw_arch == 'x86_64'
119- uses : pypa/cibuildwheel@9c00cb4f6b517705a3794b22395aedc36257242c # v3.2.1
119+ uses : pypa/cibuildwheel@63fd63b352a9a8bdcc24791c9dbee952ee9a8abc # v3.3.0
120120 with :
121121 output-dir : dist
122122 env :
@@ -126,15 +126,15 @@ jobs:
126126
127127 - name : Build wheels for CPython (macOS) (arm64)
128128 if : matrix.cibw_arch == 'arm64'
129- uses : pypa/cibuildwheel@9c00cb4f6b517705a3794b22395aedc36257242c # v3.2.1
129+ uses : pypa/cibuildwheel@63fd63b352a9a8bdcc24791c9dbee952ee9a8abc # v3.3.0
130130 with :
131131 output-dir : dist
132132 env :
133133 CIBW_BUILD : ${{ matrix.cibw_python }}-*
134134 CIBW_ARCHS_MACOS : ${{ matrix.cibw_arch }}
135135 CIBW_ENABLE : cpython-freethreading
136136
137- - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
137+ - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
138138 with :
139139 name : wheels_macos_${{ matrix.cibw_arch }}_${{ matrix.cibw_python }}
140140 path : ./dist/*.whl
@@ -157,7 +157,7 @@ jobs:
157157 - os : windows-11-arm
158158 cibw_arch : AMD64
159159 steps :
160- - uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.1.2
160+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4.1.2
161161 with :
162162 fetch-depth : 0
163163
@@ -185,15 +185,15 @@ jobs:
185185 architecture : arm64
186186
187187 - name : Build Windows wheels for CPython
188- uses : pypa/cibuildwheel@9c00cb4f6b517705a3794b22395aedc36257242c # v3.2.1
188+ uses : pypa/cibuildwheel@63fd63b352a9a8bdcc24791c9dbee952ee9a8abc # v3.3.0
189189 with :
190190 output-dir : dist
191191 env :
192192 CIBW_BUILD : ${{ matrix.cibw_python }}-*
193193 CIBW_ARCHS_WINDOWS : ${{ matrix.cibw_arch }}
194194 CIBW_ENABLE : cpython-freethreading
195195
196- - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
196+ - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
197197 with :
198198 name : wheels_windows_${{ matrix.cibw_arch }}_${{ matrix.cibw_python }}
199199 path : ./dist/*.whl
@@ -212,7 +212,7 @@ jobs:
212212 if : github.repository == 'PyWavelets/pywt' && startsWith(github.ref, 'refs/tags/v')
213213 runs-on : ubuntu-latest
214214 steps :
215- - uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.1.2
215+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4.1.2
216216 with :
217217 fetch-depth : 0
218218
@@ -227,7 +227,7 @@ jobs:
227227 pip install twine
228228 pip install cython numpy build
229229
230- - uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
230+ - uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
231231 id : download
232232 with :
233233 pattern : " wheels_*"
@@ -248,7 +248,7 @@ jobs:
248248 TWINE_PASSWORD : ${{ secrets.TWINE_TOKEN }}
249249
250250 - name : Github release
251- uses : softprops/action-gh-release@6da8fa9354ddfdc4aeace5fc48d7f679b5214090 # v2.4.1
251+ uses : softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0
252252 env :
253253 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
254254 GITHUB_REPOSITORY : ${{ github.repository }}
@@ -270,19 +270,19 @@ jobs:
270270 (github.event_name == 'schedule')
271271 runs-on : ubuntu-latest
272272 steps :
273- - uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.1.2
273+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4.1.2
274274 with :
275275 fetch-depth : 0
276276
277- - uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
277+ - uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
278278 id : download
279279 with :
280280 pattern : " wheels_*"
281281 path : dist/
282282 merge-multiple : true
283283
284284 - name : Push to Anaconda PyPI index
285- uses : scientific-python/upload-nightly-action@b36e8c0c10dbcfd2e05bf95f17ef8c14fd708dbf # v0.6.2
285+ uses : scientific-python/upload-nightly-action@5748273c71e2d8d3a61f3a11a16421c8954f9ecf # v0.6.3
286286 with :
287287 artifacts_path : dist/
288288 anaconda_nightly_upload_token : ${{ secrets.ANACONDA_ORG_UPLOAD_TOKEN }}
0 commit comments