File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4444 python-version-file : " pyproject.toml"
4545
4646 - name : Install uv
47- uses : astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9 .0.0
47+ uses : astral-sh/setup-uv@ae62891fec2bb8e7d6c99fc78c9fec3a63790f8d # v10 .0.0
4848 with :
4949 enable-cache : | # zizmor: ignore[cache-poisoning] cache is disabled when publishing to prevent poisoning
5050 ${{ github.ref_type == 'tag' && 'false' || 'auto' }}
@@ -113,7 +113,7 @@ jobs:
113113 python-version : ${{ matrix.python-version }}
114114
115115 - name : Install uv
116- uses : astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9 .0.0
116+ uses : astral-sh/setup-uv@ae62891fec2bb8e7d6c99fc78c9fec3a63790f8d # v10 .0.0
117117 with :
118118 enable-cache : | # zizmor: ignore[cache-poisoning] cache is disabled when publishing to prevent poisoning
119119 ${{ github.ref_type == 'tag' && 'false' || 'auto' }}
@@ -223,7 +223,7 @@ jobs:
223223 python-version-file : " pyproject.toml"
224224
225225 - name : Install uv
226- uses : astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9 .0.0
226+ uses : astral-sh/setup-uv@ae62891fec2bb8e7d6c99fc78c9fec3a63790f8d # v10 .0.0
227227 with :
228228 enable-cache : false
229229 cache-dependency-glob : " uv.lock"
You can’t perform that action at this time.
0 commit comments