diff --git a/.github/workflows/python-release.yml b/.github/workflows/python-release.yml index 62a0084..3e1b514 100644 --- a/.github/workflows/python-release.yml +++ b/.github/workflows/python-release.yml @@ -25,7 +25,7 @@ jobs: with: fetch-depth: 0 - - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 + - uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 with: python-version: "3.14" save-cache: false diff --git a/.github/workflows/sdk-checks.yml b/.github/workflows/sdk-checks.yml index 0011980..c3ab602 100644 --- a/.github/workflows/sdk-checks.yml +++ b/.github/workflows/sdk-checks.yml @@ -155,7 +155,7 @@ jobs: steps: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 - - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 + - uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 with: python-version: ${{ matrix.python-version }} @@ -222,7 +222,7 @@ jobs: cache: pnpm cache-dependency-path: pnpm-lock.yaml - - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 + - uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 with: python-version: "3.14" save-cache: false