diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 902e35dd..90ccbe43 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -128,7 +128,7 @@ jobs: save-if: ${{ github.ref == 'refs/heads/main' || github.event_name == 'pull_request' }} - name: install uv and set the python version - uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 + uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b with: version: "0.7.19" python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/code.yml b/.github/workflows/code.yml index db350146..0fc26be4 100644 --- a/.github/workflows/code.yml +++ b/.github/workflows/code.yml @@ -41,7 +41,7 @@ jobs: sudo apt-get install -y protobuf-compiler - name: Install uv - uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 + uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b with: version: "0.7.19"