|
31 | 31 | persist-credentials: false |
32 | 32 |
|
33 | 33 | - name: Install uv |
34 | | - uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0 |
| 34 | + uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1 |
35 | 35 | with: |
36 | 36 | enable-cache: | # zizmor: ignore[cache-poisoning] cache is disabled when publishing to prevent poisoning |
37 | 37 | ${{ github.ref_type == 'tag' && 'false' || 'auto' }} |
|
88 | 88 | persist-credentials: false |
89 | 89 |
|
90 | 90 | - name: Install uv |
91 | | - uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0 |
| 91 | + uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1 |
92 | 92 | with: |
93 | 93 | enable-cache: | # zizmor: ignore[cache-poisoning] cache is disabled when publishing to prevent poisoning |
94 | 94 | ${{ github.ref_type == 'tag' && 'false' || 'auto' }} |
@@ -159,7 +159,7 @@ jobs: |
159 | 159 | persist-credentials: false |
160 | 160 |
|
161 | 161 | - name: Install uv |
162 | | - uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0 |
| 162 | + uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1 |
163 | 163 | with: |
164 | 164 | enable-cache: | # zizmor: ignore[cache-poisoning] cache is disabled when publishing to prevent poisoning |
165 | 165 | ${{ github.ref_type == 'tag' && 'false' || 'auto' }} |
@@ -236,7 +236,7 @@ jobs: |
236 | 236 | uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0 |
237 | 237 |
|
238 | 238 | - name: Install uv |
239 | | - uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0 |
| 239 | + uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1 |
240 | 240 | with: |
241 | 241 | enable-cache: | # zizmor: ignore[cache-poisoning] cache is disabled when publishing to prevent poisoning |
242 | 242 | ${{ github.ref_type == 'tag' && 'false' || 'auto' }} |
|
0 commit comments