Skip to content

Commit 968751f

Browse files
committed
Fix setup-uv action version to v6
1 parent ccddfd6 commit 968751f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v5
12-
- uses: astral-sh/setup-uv@v8
12+
- uses: astral-sh/setup-uv@v6
1313
- run: uv sync
1414
- run: uv run ruff check rfmeter/
1515
- run: uv run ruff format --check rfmeter/

0 commit comments

Comments
 (0)