5858 env :
5959 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6060 steps :
61- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
61+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
6262 with :
6363 submodules : recursive
6464 # Turn back on when we're on the released version of dist
7575 with :
7676 crate : dist
7777 git : https://github.com/ruben-arts/cargo-dist.git
78- rev : 6f945d0efcaeabb0fc3e3472330bb7a294f80d29
78+ rev : d4085f9cf734dbfeb49d6ff89b16c768b7977ad3 # feature/update_bin_in_root_tar
7979
8080 - uses : prefix-dev/setup-pixi@main
8181 with :
@@ -143,7 +143,7 @@ jobs:
143143 - name : enable windows longpaths
144144 run : |
145145 git config --global core.longpaths true
146- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
146+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
147147 with :
148148 submodules : recursive
149149
@@ -153,7 +153,7 @@ jobs:
153153 with :
154154 crate : dist
155155 git : https://github.com/ruben-arts/cargo-dist.git
156- rev : 6f945d0efcaeabb0fc3e3472330bb7a294f80d29
156+ rev : d4085f9cf734dbfeb49d6ff89b16c768b7977ad3 # feature/update_bin_in_root_tar
157157
158158 - name : Install cargo-zigbuild
159159 # Only install on non windows platforms
@@ -170,7 +170,7 @@ jobs:
170170
171171 # Get the dist-manifest
172172 - name : Fetch local artifacts
173- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
173+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
174174 with :
175175 pattern : artifacts-*
176176 path : target/distrib/
@@ -193,7 +193,7 @@ jobs:
193193 echo "dist ran successfully"
194194 - name : Attest Builds
195195 id : attest
196- uses : actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4 .0
196+ uses : actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0 .0
197197 with :
198198 subject-path : " target/distrib/*${{ join(matrix.targets, ', ') }}"
199199 - run : cp ${{ steps.attest.outputs.bundle-path }} target/distrib/attestations-${{ join(matrix.targets, ', ') }}.intoto.jsonl
@@ -229,18 +229,18 @@ jobs:
229229 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
230230 BUILD_MANIFEST_NAME : target/distrib/global-dist-manifest.json
231231 steps :
232- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
232+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
233233 with :
234234 submodules : recursive
235235 - name : Install cached dist
236- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
236+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
237237 with :
238238 name : cargo-dist-cache
239239 path : ~/.cargo/bin/
240240 - run : chmod +x ~/.cargo/bin/dist
241241 # Get all the local artifacts for the global tasks to use (for e.g. checksums)
242242 - name : Fetch local artifacts
243- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
243+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
244244 with :
245245 pattern : artifacts-*
246246 path : target/distrib/
@@ -278,18 +278,18 @@ jobs:
278278 outputs :
279279 val : ${{ steps.host.outputs.manifest }}
280280 steps :
281- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
281+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
282282 with :
283283 submodules : recursive
284284 - name : Install cached dist
285- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
285+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
286286 with :
287287 name : cargo-dist-cache
288288 path : ~/.cargo/bin/
289289 - run : chmod +x ~/.cargo/bin/dist
290290 # Fetch artifacts from scratch-storage
291291 - name : Fetch artifacts
292- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
292+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
293293 with :
294294 pattern : artifacts-*
295295 path : target/distrib/
@@ -399,12 +399,12 @@ jobs:
399399 permissions :
400400 contents : write
401401 steps :
402- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
402+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
403403 with :
404404 submodules : recursive
405405 # Create a GitHub Release while uploading all files to it
406406 - name : " Download GitHub Artifacts"
407- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
407+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
408408 with :
409409 pattern : artifacts-*
410410 path : artifacts
0 commit comments