Skip to content

Commit 61f3c05

Browse files
chore(deps): update astral-sh/setup-uv action to v10.0.1 (#312)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d778e26 commit 61f3c05

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
@@ -44,7 +44,7 @@ jobs:
4444
python-version-file: "pyproject.toml"
4545

4646
- name: Install uv
47-
uses: astral-sh/setup-uv@ae62891fec2bb8e7d6c99fc78c9fec3a63790f8d # v10.0.0
47+
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1
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@ae62891fec2bb8e7d6c99fc78c9fec3a63790f8d # v10.0.0
116+
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1
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@ae62891fec2bb8e7d6c99fc78c9fec3a63790f8d # v10.0.0
226+
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1
227227
with:
228228
enable-cache: false
229229
cache-dependency-glob: "uv.lock"

0 commit comments

Comments
 (0)