Skip to content

Commit e98dea3

Browse files
renovate[bot]mjpieters
authored andcommitted
chore(deps): update astral-sh/setup-uv action to v10
1 parent 3619f71 commit e98dea3

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@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"

0 commit comments

Comments
 (0)