diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index c6deaf7..ce52fcc 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -25,7 +25,7 @@ jobs: fetch-depth: 0 # need all versions to be able to access server tree commit logs persist-credentials: false - name: Install uv and set the Python version - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 + uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 with: python-version: ${{ matrix.python-version }} enable-cache: true # enable built-in caching of uv