Skip to content

Commit 3f0b8a2

Browse files
authored
ci: update setup-uv and pre-commit (#14)
1 parent 98a437e commit 3f0b8a2

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- uses: actions/checkout@v4
23-
- uses: astral-sh/setup-uv@v3
23+
- uses: astral-sh/setup-uv@v6
2424
with:
25-
version: "0.4.29"
2625
enable-cache: true
2726
cache-dependency-glob: "uv.lock"
2827
- run: uv python install

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
- id: trailing-whitespace
1818
args: [ --markdown-linebreak-ext=md ]
1919
- repo: https://github.com/rhysd/actionlint
20-
rev: v1.7.3
20+
rev: v1.7.7
2121
hooks:
2222
- id: actionlint-docker
2323
- repo: https://github.com/thlorenz/doctoc
@@ -26,7 +26,7 @@ repos:
2626
- id: doctoc
2727
args: [ "--update-only", "--github", "--title", "## Table of Contents" ]
2828
- repo: https://github.com/astral-sh/uv-pre-commit
29-
rev: 0.4.29
29+
rev: 0.8.0
3030
hooks:
3131
- id: uv-lock
3232
- repo: local

0 commit comments

Comments
 (0)