diff --git a/.github/actions/setup-python-env/action.yml b/.github/actions/setup-python-env/action.yml index 4bf0c2a..f167d6f 100644 --- a/.github/actions/setup-python-env/action.yml +++ b/.github/actions/setup-python-env/action.yml @@ -31,7 +31,7 @@ runs: - name: Install uv # Using the specific commit SHA you had, as it might be intentional over a simple vX tag - uses: astral-sh/setup-uv@db2b65ebaeba7fdae1dfc2a646812fa8ebccefe2 # From user's ci.yml + uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # From user's ci.yml - name: Install Python dependencies shell: bash