Skip to content

Commit f72c34c

Browse files
chore(deps): update astral-sh/setup-uv action to v9
1 parent 9ea66cd commit f72c34c

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@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
40+
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
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@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
109+
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
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@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
212+
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
213213
with:
214214
enable-cache: false
215215
cache-dependency-glob: "uv.lock"

0 commit comments

Comments
 (0)