Skip to content

Commit b7db0ac

Browse files
⬆️ Update astral-sh/setup-uv action to v8 (#1504)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 23a47fc commit b7db0ac

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
echo "python_versions: ${all_python_versions}"
5858
echo "python_versions=${all_python_versions}" >> $GITHUB_OUTPUT
5959
- name: 🏗 Install uv
60-
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
60+
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
6161
- name: Generate requirements files
6262
run: |
6363
uv export --no-hashes --no-dev --group test --no-emit-project > requirements-test.txt
@@ -85,7 +85,7 @@ jobs:
8585
id: setup-python
8686

8787
- name: 🏗 Install uv and Python
88-
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
88+
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
8989

9090
- uses: actions-rust-lang/setup-rust-toolchain@150fca883cd4034361b621bd4e6a9d34e5143606 # v1.15.4
9191
with:
@@ -151,7 +151,7 @@ jobs:
151151
python-version: ${{ matrix.python-version }}
152152
id: setup-python
153153
- name: 🏗 Install uv and Python
154-
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
154+
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
155155
- uses: actions-rust-lang/setup-rust-toolchain@150fca883cd4034361b621bd4e6a9d34e5143606 # v1.15.4
156156
with:
157157
components: llvm-tools
@@ -254,7 +254,7 @@ jobs:
254254
name: wheels-${{ matrix.platform.name }}-${{ matrix.platform.target }}-${{ matrix.python-version }}
255255
path: dist
256256
- name: 🏗 Install uv
257-
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
257+
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
258258
- name: Download requirements-test.txt
259259
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
260260
with:
@@ -357,7 +357,7 @@ jobs:
357357
- name: ⤵️ Checkout repository
358358
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
359359
- name: 🏗 Install uv
360-
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
360+
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
361361
- name: 🏗 Setup Python
362362
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
363363
with:
@@ -388,7 +388,7 @@ jobs:
388388
- name: ⤵️ Check out code from GitHub
389389
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
390390
- name: 🏗 Set up uv
391-
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
391+
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
392392
- name: 🏗 Set package version
393393
if: ${{ github.event_name == 'release' }}
394394
run: |

0 commit comments

Comments
 (0)