Skip to content

Commit f7f69d3

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

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
fetch-depth: 1
3737

3838
- name: Install uv
39-
uses: astral-sh/setup-uv@v5
39+
uses: astral-sh/setup-uv@v7
4040

4141
- name: Install python tools
4242
run: |

.github/workflows/deploy-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
3434
# https://github.com/astral-sh/setup-uv
3535
- name: Install uv
36-
uses: astral-sh/setup-uv@v6.4.3
36+
uses: astral-sh/setup-uv@v7
3737
with:
3838
python-version: 3.13
3939
enable-cache: true

.github/workflows/dragon-ai.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
echo "LOGFIRE_SEND_TO_LOGFIRE=false" >> $GITHUB_ENV
143143
144144
- name: Install uv
145-
uses: astral-sh/setup-uv@v5
145+
uses: astral-sh/setup-uv@v7
146146

147147
- name: Install python tools
148148
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@v7
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
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717

1818
- name: Install uv
19-
uses: astral-sh/setup-uv@v6
19+
uses: astral-sh/setup-uv@v7
2020

2121
- name: Set up Python
2222
uses: actions/setup-python@v5

.github/workflows/regen-derived.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fetch-depth: 0
2626

2727
- name: Install uv
28-
uses: astral-sh/setup-uv@v6
28+
uses: astral-sh/setup-uv@v7
2929
with:
3030
enable-cache: true
3131
cache-dependency-glob: "uv.lock"

0 commit comments

Comments
 (0)