diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 7ae4af7f8d0e..58420e22f4d7 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@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 + uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 with: enable-cache: true diff --git a/.github/workflows/update-db.yml b/.github/workflows/update-db.yml index 4274e00808ac..7f456db01979 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@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 + uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 with: enable-cache: true