@@ -60,12 +60,13 @@ jobs:
60
60
steps :
61
61
- uses : actions/checkout@v4
62
62
with :
63
+ persist-credentials : false
63
64
submodules : recursive
64
65
- name : Install dist
65
66
# we specify bash to get pipefail; it guards against the `curl` command
66
67
# failing. otherwise `sh` won't catch that `curl` returned non-0
67
68
shell : bash
68
- run : " curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.28.2 -prerelease.2 /cargo-dist-installer.sh | sh"
69
+ run : " curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.29.0 -prerelease.1 /cargo-dist-installer.sh | sh"
69
70
- name : Cache dist
70
71
uses : actions/upload-artifact@v4
71
72
with :
@@ -119,6 +120,7 @@ jobs:
119
120
git config --global core.longpaths true
120
121
- uses : actions/checkout@v4
121
122
with :
123
+ persist-credentials : false
122
124
submodules : recursive
123
125
- name : Install Rust non-interactively if not already installed
124
126
if : ${{ matrix.container }}
@@ -181,6 +183,7 @@ jobs:
181
183
steps :
182
184
- uses : actions/checkout@v4
183
185
with :
186
+ persist-credentials : false
184
187
submodules : recursive
185
188
- name : Install cached dist
186
189
uses : actions/download-artifact@v4
@@ -230,6 +233,7 @@ jobs:
230
233
steps :
231
234
- uses : actions/checkout@v4
232
235
with :
236
+ persist-credentials : false
233
237
submodules : recursive
234
238
- name : Install cached dist
235
239
uses : actions/download-artifact@v4
@@ -294,6 +298,7 @@ jobs:
294
298
steps :
295
299
- uses : actions/checkout@v4
296
300
with :
301
+ persist-credentials : true
297
302
repository : " axodotdev/homebrew-tap"
298
303
token : ${{ secrets.HOMEBREW_TAP_TOKEN }}
299
304
# So we have access to the formula
@@ -384,4 +389,5 @@ jobs:
384
389
steps :
385
390
- uses : actions/checkout@v4
386
391
with :
392
+ persist-credentials : false
387
393
submodules : recursive
0 commit comments