Skip to content

Commit 76b6f4a

Browse files
Renovate Botrtuszik
authored andcommitted
Update astral-sh/setup-uv action to v8
1 parent ce6c8db commit 76b6f4a

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/lint.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
python-version-file: "pyproject.toml"
2121
- name: Install uv
22-
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
22+
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8
2323
with:
2424
enable-cache: true
2525
version: 0.11.*
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
python-version-file: "pyproject.toml"
4747
- name: Install uv
48-
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
48+
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8
4949
with:
5050
enable-cache: true
5151
version: 0.11.*
@@ -74,7 +74,7 @@ jobs:
7474
with:
7575
python-version-file: "pyproject.toml"
7676
- name: Install uv
77-
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
77+
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8
7878
with:
7979
enable-cache: true
8080
version: 0.11.*
@@ -100,7 +100,7 @@ jobs:
100100
with:
101101
python-version-file: "pyproject.toml"
102102
- name: Install uv
103-
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
103+
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8
104104
with:
105105
enable-cache: true
106106
version: 0.11.*

.github/workflows/pytest.yml

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

2727
- name: Install uv
28-
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
28+
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8
2929
with:
3030
enable-cache: true
3131
version: 0.*.*

0 commit comments

Comments
 (0)