diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8491e5e3f..349248b22 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -75,7 +75,7 @@ jobs: - uses: actions/setup-python@v6 with: python-version: ${{ matrix.python }} - - uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7 + - uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 - name: Unit Testing run: make pr - name: Functional Testing @@ -315,7 +315,7 @@ jobs: if: ${{ matrix.os }} == 'ubuntu-latest' && ${{ matrix.python }} == '3.12' # Install UV for python_uv workflow tests - name: Install UV - uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7 + uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 with: enable-cache: true - run: make init