diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 376d011c..39358d52 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v7 - name: Install uv - uses: astral-sh/setup-uv@v10.0.1 + uses: astral-sh/setup-uv@bec219d24cd3e171d82865faccec33120bb574f4 # v10.1.0 - name: Install dependencies run: uv sync diff --git a/.github/workflows/update-python-lock.yml b/.github/workflows/update-python-lock.yml index 0ef19c72..391f2594 100644 --- a/.github/workflows/update-python-lock.yml +++ b/.github/workflows/update-python-lock.yml @@ -37,7 +37,7 @@ jobs: persist-credentials: true - name: Set up uv - uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 + uses: astral-sh/setup-uv@bec219d24cd3e171d82865faccec33120bb574f4 # v10.1.0 with: enable-cache: true