diff --git a/.github/workflows/continuous-integration-test.yml b/.github/workflows/continuous-integration-test.yml index 5a7ace56e..9b461640e 100644 --- a/.github/workflows/continuous-integration-test.yml +++ b/.github/workflows/continuous-integration-test.yml @@ -35,7 +35,7 @@ jobs: run: docker compose up -d - name: Install uv - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 + uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 with: enable-cache: true cache-dependency-glob: uv.lock diff --git a/.github/workflows/extract-translations.yml b/.github/workflows/extract-translations.yml index 96b876319..e1039c764 100644 --- a/.github/workflows/extract-translations.yml +++ b/.github/workflows/extract-translations.yml @@ -40,7 +40,7 @@ jobs: persist-credentials: false # token is configured just before the push (see below) - name: Install uv - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 + uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 with: enable-cache: true cache-dependency-glob: uv.lock diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 10e28e960..308068bbc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ jobs: token: ${{ steps.app-token.outputs.token }} - name: Install uv - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 + uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 with: enable-cache: true cache-dependency-glob: uv.lock