Skip to content

Commit a0dba8b

Browse files
Update astral-sh/setup-uv action to v7.6.0 (#5029)
1 parent 024bacc commit a0dba8b

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.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@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1
27+
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.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@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1
46+
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.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@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1
142+
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
143143
with:
144144
enable-cache: true
145145
version: ${{ vars.UV_VERSION }}

.github/workflows/nightly-tests.yml

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

5656
- name: Install uv
57-
uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1
57+
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
5858
with:
5959
enable-cache: true
6060
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@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1
77+
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.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@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1
156+
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
157157
with:
158158
enable-cache: true
159159
version: ${{ vars.UV_VERSION }}

.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@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1
24+
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
2525
with:
2626
enable-cache: true
2727
version: ${{ vars.UV_VERSION }}

0 commit comments

Comments
 (0)