diff --git a/.github/workflows/python-release.yml b/.github/workflows/python-release.yml index 3e1b514..f1e67d2 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@11f9893b081a58869d3b5fccaea48c9e9e46f990 + - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 with: python-version: "3.14" save-cache: false diff --git a/.github/workflows/sdk-checks.yml b/.github/workflows/sdk-checks.yml index cc2b78b..9fdf7e6 100644 --- a/.github/workflows/sdk-checks.yml +++ b/.github/workflows/sdk-checks.yml @@ -158,7 +158,7 @@ jobs: steps: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 - - uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 + - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 with: python-version: ${{ matrix.python-version }} @@ -225,7 +225,7 @@ jobs: cache: pnpm cache-dependency-path: pnpm-lock.yaml - - uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 + - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 with: python-version: "3.14" save-cache: false