File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 python-version-file : " pyproject.toml"
3838
3939 - name : Install uv
40- uses : astral-sh/setup-uv@f98e06938123ccabd21905ea5d0069192241f9f1 # v8.3.1
40+ uses : astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
4141 with :
4242 enable-cache : | # zizmor: ignore[cache-poisoning] cache is disabled when publishing to prevent poisoning
4343 ${{ github.ref_type == 'tag' && 'false' || 'auto' }}
@@ -106,7 +106,7 @@ jobs:
106106 python-version : ${{ matrix.python-version }}
107107
108108 - name : Install uv
109- uses : astral-sh/setup-uv@f98e06938123ccabd21905ea5d0069192241f9f1 # v8.3.1
109+ uses : astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
110110 with :
111111 enable-cache : | # zizmor: ignore[cache-poisoning] cache is disabled when publishing to prevent poisoning
112112 ${{ github.ref_type == 'tag' && 'false' || 'auto' }}
@@ -209,7 +209,7 @@ jobs:
209209 python-version-file : " pyproject.toml"
210210
211211 - name : Install uv
212- uses : astral-sh/setup-uv@f98e06938123ccabd21905ea5d0069192241f9f1 # v8.3.1
212+ uses : astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
213213 with :
214214 enable-cache : false
215215 cache-dependency-glob : " uv.lock"
You can’t perform that action at this time.
0 commit comments