diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8491e5e3f..8caf3fede 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@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.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@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 with: enable-cache: true - run: make init