Skip to content

Commit 0bed25c

Browse files
authored
ci: prefer action-pre-commit-uv for lint job (#2434)
1 parent 510f368 commit 0bed25c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
- uses: actions/setup-python@v6
1919
with:
2020
python-version: "3.13"
21-
# Ref: https://github.com/pre-commit/action
22-
- uses: pre-commit/action@v3.0.1
21+
# Ref: https://github.com/tox-dev/action-pre-commit-uv
22+
- uses: tox-dev/action-pre-commit-uv@246b66536e366bb885f52d61983bf32f7c95e8b1 # v1.0.3
2323

2424
build:
2525
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)