diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index c7aa05942237..989c36df8c75 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@f98e06938123ccabd21905ea5d0069192241f9f1 # v8.3.1 + uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 with: enable-cache: true diff --git a/.github/workflows/update-db.yml b/.github/workflows/update-db.yml index 8894e1cda663..f2bf4f2cc88f 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@f98e06938123ccabd21905ea5d0069192241f9f1 # v8.3.1 + uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 with: enable-cache: true