Browse Source

Upgrade uv version in workflows

pull/15776/head
Yurii Motov 1 month ago
parent
commit
a8b60968df
  1. 4
      .github/workflows/build-docs.yml
  2. 2
      .github/workflows/contributors.yml
  3. 2
      .github/workflows/create-draft-release.yml
  4. 2
      .github/workflows/deploy-docs.yml
  5. 2
      .github/workflows/label-approved.yml
  6. 2
      .github/workflows/notify-translations.yml
  7. 2
      .github/workflows/people.yml
  8. 2
      .github/workflows/pre-commit.yml
  9. 2
      .github/workflows/prepare-release.yml
  10. 2
      .github/workflows/publish.yml
  11. 2
      .github/workflows/smokeshow.yml
  12. 2
      .github/workflows/sponsors.yml
  13. 6
      .github/workflows/test.yml
  14. 2
      .github/workflows/topic-repos.yml
  15. 4
      .github/workflows/translate.yml

4
.github/workflows/build-docs.yml

@ -59,7 +59,7 @@ jobs:
with:
# Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
# See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837
version: "0.11.4"
version: "0.11.18"
enable-cache: true
cache-dependency-glob: |
pyproject.toml
@ -98,7 +98,7 @@ jobs:
with:
# Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
# See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837
version: "0.11.4"
version: "0.11.18"
enable-cache: true
cache-dependency-glob: |
pyproject.toml

2
.github/workflows/contributors.yml

@ -35,7 +35,7 @@ jobs:
with:
# Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
# See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837
version: "0.11.4"
version: "0.11.18"
enable-cache: true
cache-dependency-glob: |
pyproject.toml

2
.github/workflows/create-draft-release.yml

@ -35,7 +35,7 @@ jobs:
with:
# Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
# See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837
version: "0.11.4"
version: "0.11.18"
- name: Extract release details
id: release-details
run: |

2
.github/workflows/deploy-docs.yml

@ -34,7 +34,7 @@ jobs:
with:
# Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
# See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837
version: "0.11.4"
version: "0.11.18"
enable-cache: false
- name: Install GitHub Actions dependencies
run: uv sync --locked --no-dev --group github-actions

2
.github/workflows/label-approved.yml

@ -31,7 +31,7 @@ jobs:
with:
# Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
# See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837
version: "0.11.4"
version: "0.11.18"
enable-cache: true
cache-dependency-glob: |
pyproject.toml

2
.github/workflows/notify-translations.yml

@ -42,7 +42,7 @@ jobs:
with:
# Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
# See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837
version: "0.11.4"
version: "0.11.18"
enable-cache: true
cache-dependency-glob: |
pyproject.toml

2
.github/workflows/people.yml

@ -35,7 +35,7 @@ jobs:
with:
# Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
# See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837
version: "0.11.4"
version: "0.11.18"
enable-cache: true
cache-dependency-glob: |
pyproject.toml

2
.github/workflows/pre-commit.yml

@ -51,7 +51,7 @@ jobs:
with:
# Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
# See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837
version: "0.11.4"
version: "0.11.18"
cache-dependency-glob: |
pyproject.toml
uv.lock

2
.github/workflows/prepare-release.yml

@ -47,7 +47,7 @@ jobs:
with:
# Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
# See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837
version: "0.11.4"
version: "0.11.18"
- name: Prepare release
env:
PREPARE_RELEASE_BUMP: ${{ inputs.bump }}

2
.github/workflows/publish.yml

@ -31,7 +31,7 @@ jobs:
with:
# Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
# See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837
version: "0.11.4"
version: "0.11.18"
enable-cache: "false"
- name: Build distribution
run: uv build

2
.github/workflows/smokeshow.yml

@ -30,7 +30,7 @@ jobs:
with:
# Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
# See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837
version: "0.11.4"
version: "0.11.18"
cache-dependency-glob: |
pyproject.toml
uv.lock

2
.github/workflows/sponsors.yml

@ -36,7 +36,7 @@ jobs:
with:
# Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
# See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837
version: "0.11.4"
version: "0.11.18"
enable-cache: true
cache-dependency-glob: |
pyproject.toml

6
.github/workflows/test.yml

@ -122,7 +122,7 @@ jobs:
with:
# Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
# See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837
version: "0.11.4"
version: "0.11.18"
enable-cache: true
cache-dependency-glob: |
pyproject.toml
@ -186,7 +186,7 @@ jobs:
with:
# Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
# See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837
version: "0.11.4"
version: "0.11.18"
enable-cache: true
cache-dependency-glob: |
pyproject.toml
@ -220,7 +220,7 @@ jobs:
with:
# Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
# See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837
version: "0.11.4"
version: "0.11.18"
enable-cache: true
cache-dependency-glob: |
pyproject.toml

2
.github/workflows/topic-repos.yml

@ -31,7 +31,7 @@ jobs:
with:
# Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
# See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837
version: "0.11.4"
version: "0.11.18"
enable-cache: true
cache-dependency-glob: |
pyproject.toml

4
.github/workflows/translate.yml

@ -62,7 +62,7 @@ jobs:
with:
# Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
# See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837
version: "0.11.4"
version: "0.11.18"
cache-dependency-glob: |
pyproject.toml
uv.lock
@ -105,7 +105,7 @@ jobs:
with:
# Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
# See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837
version: "0.11.4"
version: "0.11.18"
cache-dependency-glob: |
pyproject.toml
uv.lock

Loading…
Cancel
Save