diff --git a/.github/workflows/ci_tests.yaml b/.github/workflows/ci_tests.yaml index 7fc228f58a2..d08fe253aee 100644 --- a/.github/workflows/ci_tests.yaml +++ b/.github/workflows/ci_tests.yaml @@ -151,7 +151,7 @@ jobs: GH_TOKEN: ${{ github.token }} - name: Install uv - uses: astral-sh/setup-uv@eb1897b8dc4b5d5bfe39a428a8f2304605e0983c # v7.0.0 + uses: astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d # v7.1.0 with: activate-environment: true python-version: ${{ matrix.python-version }}