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 223f2e1 commit dc474b8Copy full SHA for dc474b8
.github/workflows/pre-commit.yml
@@ -27,7 +27,7 @@ jobs:
27
with:
28
python-version: 3.x
29
30
- - uses: astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7.2.0
+ - uses: astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82 # v7.5.0
31
32
- run: uvx prek run --all-files
33
env:
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
17
18
persist-credentials: false
19
20
21
- run: uv build
22
0 commit comments