Skip to content

Commit 2cc5fa0

Browse files
Update astral-sh/setup-uv action to v9 (#3517)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fa1803d commit 2cc5fa0

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/mypy_primer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
python-version: "3.14"
3030
- name: Install uv
31-
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
31+
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
3232
- name: Install dependencies
3333
run: |
3434
uv venv

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
id-token: write
1818
steps:
1919
- name: Install uv & Python
20-
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
20+
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
2121
with:
2222
python-version: "3.13"
2323
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
@@ -38,7 +38,7 @@ jobs:
3838
id-token: write
3939
steps:
4040
- name: Install uv & Python
41-
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
41+
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
4242
with:
4343
python-version: "3.13"
4444
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7

.github/workflows/test.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
3333
- name: Install uv
34-
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
34+
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
3535
- name: Set up Python ${{ matrix.python-version }}
3636
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
3737
with:
@@ -71,7 +71,7 @@ jobs:
7171
sudo apt-get update || true
7272
sudo apt-get install -y --no-install-recommends libgdal-dev libproj-dev
7373
- name: Install uv
74-
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
74+
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
7575
- name: Set up Python ${{ matrix.python-version }}
7676
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
7777
with:
@@ -103,7 +103,7 @@ jobs:
103103
sudo apt-get update || true
104104
sudo apt-get install -y --no-install-recommends libgdal-dev libproj-dev
105105
- name: Install uv
106-
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
106+
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
107107
- name: Set up Python
108108
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
109109
with:
@@ -139,7 +139,7 @@ jobs:
139139
sudo apt-get update || true
140140
sudo apt-get install -y --no-install-recommends libgdal-dev libproj-dev
141141
- name: Install uv
142-
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
142+
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
143143
- name: Set up Python ${{ matrix.python-version }}
144144
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
145145
with:
@@ -161,7 +161,7 @@ jobs:
161161
steps:
162162
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
163163
- name: Install uv
164-
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
164+
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
165165
- name: Set up Python ${{ matrix.python-version }}
166166
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
167167
with:
@@ -189,7 +189,7 @@ jobs:
189189
steps:
190190
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
191191
- name: Install uv
192-
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
192+
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
193193
- name: Set up Python ${{ matrix.python-version }}
194194
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
195195
with:
@@ -214,7 +214,7 @@ jobs:
214214
steps:
215215
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
216216
- name: Install uv
217-
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
217+
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
218218
- name: Set up Python ${{ matrix.python-version }}
219219
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
220220
with:
@@ -245,7 +245,7 @@ jobs:
245245
steps:
246246
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
247247
- name: Install uv
248-
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
248+
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
249249
- name: Set up Python ${{ matrix.python-version }}
250250
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
251251
with:
@@ -264,7 +264,7 @@ jobs:
264264
with:
265265
fetch-tags: true
266266
- name: Install uv & Python
267-
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
267+
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
268268
with:
269269
python-version: "3.13"
270270
- name: Ensure uv.lock is up to date

0 commit comments

Comments
 (0)