Skip to content

Commit 6477cbf

Browse files
Update astral-sh/setup-uv action to v8 (#5058)
1 parent ea88a57 commit 6477cbf

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
python-version-file: "pyproject.toml"
2626
- name: Install uv ${{ vars.UV_VERSION }}
27-
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
27+
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
2828
with:
2929
enable-cache: true
3030
version: ${{ vars.UV_VERSION }}
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
python-version-file: "pyproject.toml"
4545
- name: Install uv ${{ vars.UV_VERSION }}
46-
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
46+
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
4747
with:
4848
enable-cache: true
4949
version: ${{ vars.UV_VERSION }}
@@ -139,7 +139,7 @@ jobs:
139139
with:
140140
python-version-file: "pyproject.toml"
141141
- name: Install uv ${{ vars.UV_VERSION }}
142-
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
142+
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
143143
with:
144144
enable-cache: true
145145
version: ${{ vars.UV_VERSION }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
python-version-file: "pyproject.toml"
7575

7676
- name: Install uv
77-
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
77+
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
7878
with:
7979
enable-cache: true
8080
version: ${{ vars.UV_VERSION }}
@@ -153,7 +153,7 @@ jobs:
153153
python-version-file: "pyproject.toml"
154154

155155
- name: Install uv ${{ vars.UV_VERSION }}
156-
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
156+
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
157157
with:
158158
enable-cache: true
159159
version: ${{ vars.UV_VERSION }}

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
python-version-file: "pyproject.toml"
121121

122122
- name: Install uv
123-
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
123+
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
124124
with:
125125
enable-cache: true
126126

.github/workflows/website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
python-version-file: "pyproject.toml"
2222

2323
- name: Install uv ${{ vars.UV_VERSION }}
24-
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
24+
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
2525
with:
2626
enable-cache: true
2727
version: ${{ vars.UV_VERSION }}

0 commit comments

Comments
 (0)