There was an error while loading. Please reload this page.
1 parent 4502c74 commit b7710d8Copy full SHA for b7710d8
2 files changed
.github/workflows/cd.yml
@@ -159,7 +159,7 @@ jobs:
159
with:
160
ref: ${{ needs.release.outputs.tag }}
161
162
- - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
+ - uses: astral-sh/setup-uv@ae62891fec2bb8e7d6c99fc78c9fec3a63790f8d # v10.0.0
163
164
- run: uv build
165
.github/workflows/ci.yml
@@ -87,7 +87,7 @@ jobs:
87
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
88
89
- name: Install uv
90
- uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
+ uses: astral-sh/setup-uv@ae62891fec2bb8e7d6c99fc78c9fec3a63790f8d # v10.0.0
91
92
- name: Setup Python 3.13
93
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
0 commit comments