Skip to content

Commit 847ac3f

Browse files
chore(deps): update astral-sh/setup-uv action to v6
1 parent 3bc0d13 commit 847ac3f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/cd-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: "[INIT] Checkout repository"
1616
uses: actions/checkout@v4
1717
- name: "[INIT] Install uv"
18-
uses: astral-sh/setup-uv@v5
18+
uses: astral-sh/setup-uv@v6
1919
with:
2020
python-version: "3.10"
2121
- name: "[EXEC] Build project"

.github/workflows/ci-lint-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: "[INIT] Checkout repository"
1313
uses: actions/checkout@v4
1414
- name: "[INIT] Install uv"
15-
uses: astral-sh/setup-uv@v5
15+
uses: astral-sh/setup-uv@v6
1616
with:
1717
python-version: "3.10"
1818
enable-cache: true
@@ -37,7 +37,7 @@ jobs:
3737
- name: "[INIT] Checkout repository"
3838
uses: actions/checkout@v4
3939
- name: "[INIT] Install uv"
40-
uses: astral-sh/setup-uv@v5
40+
uses: astral-sh/setup-uv@v6
4141
with:
4242
python-version: ${{ matrix.python }}
4343
enable-cache: true

0 commit comments

Comments
 (0)