@@ -60,12 +60,13 @@ jobs:
6060 steps :
6161 - uses : actions/checkout@v4
6262 with :
63+ persist-credentials : false
6364 submodules : recursive
6465 - name : Install dist
6566 # we specify bash to get pipefail; it guards against the `curl` command
6667 # failing. otherwise `sh` won't catch that `curl` returned non-0
6768 shell : bash
68- run : " curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.28.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 /cargo-dist-installer.sh | sh"
6970 - name : Cache dist
7071 uses : actions/upload-artifact@v4
7172 with :
@@ -119,6 +120,7 @@ jobs:
119120 git config --global core.longpaths true
120121 - uses : actions/checkout@v4
121122 with :
123+ persist-credentials : false
122124 submodules : recursive
123125 - name : Install Rust non-interactively if not already installed
124126 if : ${{ matrix.container }}
@@ -188,6 +190,7 @@ jobs:
188190 steps :
189191 - uses : actions/checkout@v4
190192 with :
193+ persist-credentials : false
191194 submodules : recursive
192195 - name : Install cached dist
193196 uses : actions/download-artifact@v4
@@ -261,6 +264,7 @@ jobs:
261264 steps :
262265 - uses : actions/checkout@v4
263266 with :
267+ persist-credentials : false
264268 submodules : recursive
265269 - name : Install cached dist
266270 uses : actions/download-artifact@v4
@@ -325,4 +329,5 @@ jobs:
325329 steps :
326330 - uses : actions/checkout@v4
327331 with :
332+ persist-credentials : false
328333 submodules : recursive
0 commit comments