Skip to content

Commit 5c10717

Browse files
authored
Merge pull request #86 from GitBib/dependabot/github_actions/astral-sh/setup-uv-7
github action updates: bump astral-sh/setup-uv from 6 to 7
2 parents d121314 + be7cb4b commit 5c10717

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/python-docs.yml

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

2020
- name: Install uv
2121
id: setup-uv
22-
uses: astral-sh/setup-uv@v6
22+
uses: astral-sh/setup-uv@v7
2323
with:
2424
version: latest
2525
python-version: "3.13"

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
2424
- name: Install uv
2525
id: setup-uv
26-
uses: astral-sh/setup-uv@v6
26+
uses: astral-sh/setup-uv@v7
2727
with:
2828
version: latest
2929
python-version: "3.13"

.github/workflows/python-tests.yml

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

6363
- name: Install uv
6464
id: setup-uv
65-
uses: astral-sh/setup-uv@v6
65+
uses: astral-sh/setup-uv@v7
6666
with:
6767
version: latest
6868
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)