diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 1efad037c723..59bba0a2b70b 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -36,7 +36,7 @@ jobs: node-version: latest - name: Install uv - uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 + uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 with: enable-cache: true diff --git a/.github/workflows/update-db.yml b/.github/workflows/update-db.yml index 7c8b5131838b..b2420dc6e83a 100644 --- a/.github/workflows/update-db.yml +++ b/.github/workflows/update-db.yml @@ -40,7 +40,7 @@ jobs: python-version: ${{ env.PYTHON_VERSION }} - name: Install uv - uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 + uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 with: enable-cache: true