Skip to content

Commit 42abb8c

Browse files
Bump astral-sh/setup-uv from 5 to 6
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 5 to 6. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@v5...v6) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent edb7212 commit 42abb8c

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/ai.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
echo "LOGFIRE_SEND_TO_LOGFIRE=false" >> $GITHUB_ENV
169169
170170
- name: Install uv
171-
uses: astral-sh/setup-uv@v5
171+
uses: astral-sh/setup-uv@v6
172172

173173
- name: Install python tools
174174
run: |

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
fetch-depth: 1
3232

3333
- name: Install uv
34-
uses: astral-sh/setup-uv@v5
34+
uses: astral-sh/setup-uv@v6
3535

3636
- name: Install python tools
3737
run: |

.github/workflows/deploy-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/checkout@v4
2525

2626
- name: Install uv
27-
uses: astral-sh/setup-uv@v5
27+
uses: astral-sh/setup-uv@v6
2828

2929
- name: Setup Python
3030
uses: actions/setup-python@v5

.github/workflows/dragon-ai.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
echo "LOGFIRE_SEND_TO_LOGFIRE=false" >> $GITHUB_ENV
138138
139139
- name: Install uv
140-
uses: astral-sh/setup-uv@v5
140+
uses: astral-sh/setup-uv@v6
141141

142142
- name: Install python tools
143143
run: |

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
# https://github.com/astral-sh/setup-uv
3434
- name: Install uv
35-
uses: astral-sh/setup-uv@v6.4.3
35+
uses: astral-sh/setup-uv@v6
3636
with:
3737
python-version: ${{ matrix.python-version }}
3838
enable-cache: true

.github/workflows/pypi-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
# https://github.com/astral-sh/setup-uv
3636
- name: Install uv
37-
uses: astral-sh/setup-uv@v6.4.3
37+
uses: astral-sh/setup-uv@v6
3838
with:
3939
python-version: 3.13
4040
enable-cache: true

0 commit comments

Comments
 (0)