diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 5843fb9..2fbb0c2 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -27,7 +27,7 @@ jobs: uses: actions/checkout@v7 - name: Install uv and Python - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 + uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 with: enable-cache: true python-version: "3.12" diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml index 547afd9..4432194 100644 --- a/.github/workflows/quality.yml +++ b/.github/workflows/quality.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v7 - name: Install uv and Python - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 + uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 with: enable-cache: true python-version: "3.12" @@ -47,7 +47,7 @@ jobs: uses: actions/checkout@v7 - name: Install uv and Python - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 + uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 with: enable-cache: ${{ runner.os != 'Windows' }} python-version: ${{ matrix.python-version }} @@ -119,7 +119,7 @@ jobs: uses: actions/checkout@v7 - name: Install uv and Python - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 + uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 with: python-version: "3.12" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d412465..e071fbb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: uses: actions/checkout@v7 - name: Install uv and Python - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 + uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 with: enable-cache: false python-version: "3.14" @@ -83,7 +83,7 @@ jobs: uses: actions/checkout@v7 - name: Install uv and Python - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 + uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 with: enable-cache: false python-version: "3.12"