We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 510f368 commit 0bed25cCopy full SHA for 0bed25c
.github/workflows/testing.yml
@@ -18,8 +18,8 @@ jobs:
18
- uses: actions/setup-python@v6
19
with:
20
python-version: "3.13"
21
- # Ref: https://github.com/pre-commit/action
22
- - uses: pre-commit/action@v3.0.1
+ # Ref: https://github.com/tox-dev/action-pre-commit-uv
+ - uses: tox-dev/action-pre-commit-uv@246b66536e366bb885f52d61983bf32f7c95e8b1 # v1.0.3
23
24
build:
25
runs-on: ubuntu-latest
0 commit comments