diff --git a/.github/workflows/update-reproducibles.yml b/.github/workflows/update-reproducibles.yml index 8751cd9371..703902fa31 100644 --- a/.github/workflows/update-reproducibles.yml +++ b/.github/workflows/update-reproducibles.yml @@ -24,7 +24,7 @@ jobs: with: python-version: "3.11" - name: Install uv - uses: astral-sh/setup-uv@v5 + uses: astral-sh/setup-uv@v7 - name: Update all reproducible requirements run: make update-reproducible-reqs-uv - name: Push changes