2929 sudo apt update
3030 sudo apt install -y --no-install-recommends libssl-dev pkg-config
3131
32- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
32+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
3333 with :
3434 persist-credentials : false
3535
6767 permissions :
6868 packages : write
6969 steps :
70- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
70+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
7171 with :
7272 persist-credentials : false
7373
8080 uses : docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
8181
8282 - name : Login to GitHub Container Registry
83- uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4 .0
83+ uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
8484 with :
8585 registry : ghcr.io
8686 username : ${{ github.actor }}
@@ -143,7 +143,7 @@ jobs:
143143 crate-build-matrix : ${{ steps.set-matrix.outputs.crate-build-matrix }}
144144 any_builds : ${{ steps.set-matrix.outputs.any_builds }}
145145 steps :
146- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
146+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
147147 with :
148148 fetch-depth : 0
149149 persist-credentials : false
@@ -215,7 +215,7 @@ jobs:
215215 fail-fast : false
216216 name : ${{ matrix.target_triple }} / ${{ matrix.python }} / ${{ matrix.build_options }}
217217 steps :
218- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
218+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
219219 with :
220220 fetch-depth : 0
221221 persist-credentials : false
@@ -226,13 +226,13 @@ jobs:
226226 python-version : " 3.11"
227227
228228 - name : Download pythonbuild
229- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
229+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
230230 with :
231231 name : ${{ matrix.crate_artifact_name }}
232232 path : build
233233
234234 - name : Download images
235- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
235+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
236236 with :
237237 pattern : image-*
238238 path : build
@@ -323,7 +323,7 @@ jobs:
323323 fail-fast : false
324324 name : ${{ matrix.target_triple }} / ${{ matrix.python }} / ${{ matrix.build_options }}
325325 steps :
326- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
326+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
327327 with :
328328 fetch-depth : 0
329329 persist-credentials : false
@@ -334,13 +334,13 @@ jobs:
334334 python-version : " 3.11"
335335
336336 - name : Download pythonbuild
337- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
337+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
338338 with :
339339 name : ${{ matrix.crate_artifact_name }}
340340 path : build
341341
342342 - name : Download images
343- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
343+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
344344 with :
345345 pattern : image-*
346346 path : build
0 commit comments