diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 01c798d..886e782 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@v6 - name: Install the latest version of uv - uses: astral-sh/setup-uv@6ee6290f1cbc4156c0bdd66691b2c144ef8df19a # v7.4.0 + uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0 - name: Install python run: uv python install ${{ matrix.python-version }}