diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1eea8e1c2..fc383a8ed 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -75,7 +75,7 @@ jobs: - uses: actions/setup-python@v7 with: python-version: ${{ matrix.python }} - - uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 + - uses: astral-sh/setup-uv@bec219d24cd3e171d82865faccec33120bb574f4 # v10.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@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 + uses: astral-sh/setup-uv@bec219d24cd3e171d82865faccec33120bb574f4 # v10.1.0 with: enable-cache: true - run: make init