We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ec2e346 + c8339f6 commit f1fd42eCopy full SHA for f1fd42e
.github/workflows/python-cd.yml
@@ -27,7 +27,7 @@ jobs:
27
python-version-file: ${{ env.PYTHON_VERSION_FILE }}
28
29
- name: Set up uv
30
- uses: astral-sh/setup-uv@v8.0.0
+ uses: astral-sh/setup-uv@v8.1.0
31
with:
32
version: "latest"
33
enable-cache: true
.github/workflows/python-ci.yml
@@ -22,7 +22,7 @@ jobs:
22
uses: wagoid/commitlint-github-action@v6.2.1
23
24
25
26
@@ -54,7 +54,7 @@ jobs:
54
uses: actions/checkout@v6
55
56
57
58
59
60
0 commit comments