diff --git a/.github/workflows/python-ci.yml b/.github/workflows/python-ci.yml index 90958cb..0f75610 100644 --- a/.github/workflows/python-ci.yml +++ b/.github/workflows/python-ci.yml @@ -57,7 +57,7 @@ jobs: persist-credentials: false lfs: ${{ inputs.lfs }} - - uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 + - uses: astral-sh/setup-uv@bec219d24cd3e171d82865faccec33120bb574f4 # v10.1.0 with: python-version: ${{ inputs.python-version }} diff --git a/.github/workflows/template-ci.yml b/.github/workflows/template-ci.yml index 4986711..d6e72f9 100644 --- a/.github/workflows/template-ci.yml +++ b/.github/workflows/template-ci.yml @@ -22,7 +22,7 @@ jobs: with: persist-credentials: false - - uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 + - uses: astral-sh/setup-uv@bec219d24cd3e171d82865faccec33120bb574f4 # v10.1.0 with: python-version: "3.12" diff --git a/.github/workflows/template-update.yml b/.github/workflows/template-update.yml index dcb6a29..76891c5 100644 --- a/.github/workflows/template-update.yml +++ b/.github/workflows/template-update.yml @@ -56,7 +56,7 @@ jobs: fetch-depth: 0 persist-credentials: false - - uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 + - uses: astral-sh/setup-uv@bec219d24cd3e171d82865faccec33120bb574f4 # v10.1.0 - name: Check the project is copier-managed run: |