diff --git a/.github/workflows/downstream.yml b/.github/workflows/downstream.yml index c06f1972..2424c4f3 100644 --- a/.github/workflows/downstream.yml +++ b/.github/workflows/downstream.yml @@ -47,6 +47,6 @@ jobs: with: python-version: "3.12" allow-prereleases: true - - uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 + - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 - name: Run downstream recipe run: uv run downstream/run_downstream.py "${{ matrix.recipe }}"