We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74040f9 commit 8aa5715Copy full SHA for 8aa5715
2 files changed
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
uses: actions/checkout@v6
22
23
- name: Setup uv
24
- uses: astral-sh/setup-uv@v8
+ uses: astral-sh/setup-uv@v8.1.0
25
with:
26
python-version: '3.12'
27
@@ -39,7 +39,7 @@ jobs:
39
40
41
42
43
44
45
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
28
fetch-depth: 0
29
30
31
32
33
34
@@ -52,7 +52,7 @@ jobs:
52
ref: ${{ github.event.workflow_run.head_sha }}
53
54
55
56
57
58
0 commit comments