diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 458b4969..e1d4aed1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -31,7 +31,7 @@ jobs: with: python-version: ${{ env.PYTHON_LATEST }} - name: Set up the latest version of uv - uses: astral-sh/setup-uv@ae62891fec2bb8e7d6c99fc78c9fec3a63790f8d # v10.0.0 + uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 with: enable-cache: false - name: Install tox @@ -88,7 +88,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Set up the latest version of uv - uses: astral-sh/setup-uv@ae62891fec2bb8e7d6c99fc78c9fec3a63790f8d # v10.0.0 + uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 with: enable-cache: false - name: Install tox @@ -116,7 +116,7 @@ jobs: with: python-version: ${{ env.PYTHON_LATEST }} - name: Set up the latest version of uv - uses: astral-sh/setup-uv@ae62891fec2bb8e7d6c99fc78c9fec3a63790f8d # v10.0.0 + uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 with: enable-cache: false - name: Install tox