We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aca6d4c commit c53b915Copy full SHA for c53b915
1 file changed
.github/workflows/main.yml
@@ -23,7 +23,7 @@ jobs:
23
persist-credentials: true # needed to push commits below
24
25
- name: Install uv
26
- uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
+ uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
27
28
- name: set git config
29
run: |
0 commit comments