diff --git a/.github/workflows/pull-request-python-tests.yml b/.github/workflows/pull-request-python-tests.yml index 175d2a8..3dd4f97 100644 --- a/.github/workflows/pull-request-python-tests.yml +++ b/.github/workflows/pull-request-python-tests.yml @@ -34,7 +34,7 @@ jobs: steps: - uses: actions/checkout@8edcb1bdb4e267140fa742c62e395cd74f332709 - name: Set up Python ${{ matrix.python-version }} - uses: astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc + uses: astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b with: python-version: ${{ matrix.python-version }} - name: Install dependencies