Skip to content

Commit 16c2365

Browse files
chore(deps): update astral-sh/setup-uv action to v8.3.2 (#266)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d9082f3 commit 16c2365

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
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"

0 commit comments

Comments
 (0)