Skip to content

Commit 99924aa

Browse files
committed
fix: update setup-uv action to version 7 in workflow YAML files
1 parent db62bad commit 99924aa

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/docspublish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
1616
fetch-depth: 0
1717
- name: Set up Python
18-
uses: astral-sh/setup-uv@v6
18+
uses: astral-sh/setup-uv@v7
1919
with:
2020
python-version: "3.x"
2121
- name: Install dependencies
@@ -50,7 +50,7 @@ jobs:
5050
run: |
5151
git pull origin master
5252
- name: Set up Python
53-
uses: astral-sh/setup-uv@v6
53+
uses: astral-sh/setup-uv@v7
5454
with:
5555
python-version: "3.x"
5656
- name: Install dependencies

.github/workflows/homebrewpublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Checkout
1515
uses: actions/checkout@v6
1616
- name: Set up Python
17-
uses: astral-sh/setup-uv@v6
17+
uses: astral-sh/setup-uv@v7
1818
with:
1919
python-version: "3.x"
2020
- name: Install dependencies

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
fetch-depth: 0
1616
- name: Set up Python ${{ matrix.python-version }}
17-
uses: astral-sh/setup-uv@v6
17+
uses: astral-sh/setup-uv@v7
1818
with:
1919
python-version: ${{ matrix.python-version }}
2020
- name: Install dependencies

.github/workflows/pythonpublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
token: "${{ secrets.PERSONAL_ACCESS_TOKEN }}"
1515
fetch-depth: 0
1616
- name: Set up Python
17-
uses: astral-sh/setup-uv@v6
17+
uses: astral-sh/setup-uv@v7
1818
with:
1919
python-version: "3.x"
2020
- name: Build

0 commit comments

Comments
 (0)