|
1 | | -# This file was autogenerated by dist: https://opensource.axo.dev/cargo-dist/ |
| 1 | +# This file was autogenerated by dist: https://github.com/astral-sh/cargo-dist |
2 | 2 | # |
3 | 3 | # Copyright 2022-2024, axodotdev |
| 4 | +# Copyright 2025 Astral Software Inc. |
4 | 5 | # SPDX-License-Identifier: MIT or Apache-2.0 |
5 | 6 | # |
6 | 7 | # CI that: |
@@ -57,12 +58,13 @@ jobs: |
57 | 58 | steps: |
58 | 59 | - uses: actions/checkout@v4 |
59 | 60 | with: |
| 61 | + persist-credentials: false |
60 | 62 | submodules: recursive |
61 | 63 | - name: Install dist |
62 | 64 | # we specify bash to get pipefail; it guards against the `curl` command |
63 | 65 | # failing. otherwise `sh` won't catch that `curl` returned non-0 |
64 | 66 | shell: bash |
65 | | - run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.28.0/cargo-dist-installer.sh | sh" |
| 67 | + run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/cargo-dist/releases/download/v0.28.5/cargo-dist-installer.sh | sh" |
66 | 68 | - name: Cache dist |
67 | 69 | uses: actions/upload-artifact@v4 |
68 | 70 | with: |
@@ -116,6 +118,7 @@ jobs: |
116 | 118 | git config --global core.longpaths true |
117 | 119 | - uses: actions/checkout@v4 |
118 | 120 | with: |
| 121 | + persist-credentials: false |
119 | 122 | submodules: recursive |
120 | 123 | - name: Install Rust non-interactively if not already installed |
121 | 124 | if: ${{ matrix.container }} |
@@ -184,6 +187,7 @@ jobs: |
184 | 187 | steps: |
185 | 188 | - uses: actions/checkout@v4 |
186 | 189 | with: |
| 190 | + persist-credentials: false |
187 | 191 | submodules: recursive |
188 | 192 | - name: Install cached dist |
189 | 193 | uses: actions/download-artifact@v4 |
@@ -234,6 +238,7 @@ jobs: |
234 | 238 | steps: |
235 | 239 | - uses: actions/checkout@v4 |
236 | 240 | with: |
| 241 | + persist-credentials: false |
237 | 242 | submodules: recursive |
238 | 243 | - name: Install cached dist |
239 | 244 | uses: actions/download-artifact@v4 |
@@ -313,4 +318,5 @@ jobs: |
313 | 318 | steps: |
314 | 319 | - uses: actions/checkout@v4 |
315 | 320 | with: |
| 321 | + persist-credentials: false |
316 | 322 | submodules: recursive |
0 commit comments