Skip to content

Commit 28bc30b

Browse files
committed
Upgrade setup-uv action to v7
Bump astral-sh/setup-uv from v5 to v7 in the lint, spellcheck, and type-check jobs. This removes the Node.js 20 deprecation warning from GitHub Actions for setup-uv and aligns the workflow with the Node 24 transition.
1 parent aece8f9 commit 28bc30b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
python-version: '3.13'
4444
- name: Setup uv
45-
uses: astral-sh/setup-uv@v5
45+
uses: astral-sh/setup-uv@v7
4646
- name: Install dependencies
4747
run: uv sync --frozen --group dev
4848
- name: Run flake8
@@ -58,7 +58,7 @@ jobs:
5858
with:
5959
python-version: '3.13'
6060
- name: Setup uv
61-
uses: astral-sh/setup-uv@v5
61+
uses: astral-sh/setup-uv@v7
6262
- name: Install dependencies
6363
run: uv sync --frozen --group dev
6464
- name: Run codespell
@@ -74,7 +74,7 @@ jobs:
7474
with:
7575
python-version: '3.13'
7676
- name: Setup uv
77-
uses: astral-sh/setup-uv@v5
77+
uses: astral-sh/setup-uv@v7
7878
- name: Install dependencies
7979
run: uv sync --frozen --group dev
8080
- name: Run mypy

0 commit comments

Comments
 (0)