Browse Source
⬆ Bump astral-sh/setup-uv from 8.1.0 to 8.2.0 in the github-actions group (#15776)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yurii Motov <[email protected]>
pull/15777/head
dependabot[bot]
3 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
15 changed files with
38 additions and
38 deletions
-
.github/workflows/build-docs.yml
-
.github/workflows/contributors.yml
-
.github/workflows/create-draft-release.yml
-
.github/workflows/deploy-docs.yml
-
.github/workflows/label-approved.yml
-
.github/workflows/notify-translations.yml
-
.github/workflows/people.yml
-
.github/workflows/pre-commit.yml
-
.github/workflows/prepare-release.yml
-
.github/workflows/publish.yml
-
.github/workflows/smokeshow.yml
-
.github/workflows/sponsors.yml
-
.github/workflows/test.yml
-
.github/workflows/topic-repos.yml
-
.github/workflows/translate.yml
|
|
|
@ -55,11 +55,11 @@ jobs: |
|
|
|
with: |
|
|
|
python-version-file: ".python-version" |
|
|
|
- name: Setup uv |
|
|
|
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 |
|
|
|
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 |
|
|
|
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 |
|
|
|
@ -94,11 +94,11 @@ jobs: |
|
|
|
with: |
|
|
|
python-version-file: ".python-version" |
|
|
|
- name: Setup uv |
|
|
|
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 |
|
|
|
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 |
|
|
|
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 |
|
|
|
|
|
|
|
@ -31,11 +31,11 @@ jobs: |
|
|
|
with: |
|
|
|
python-version-file: ".python-version" |
|
|
|
- name: Setup uv |
|
|
|
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 |
|
|
|
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 |
|
|
|
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 |
|
|
|
|
|
|
|
@ -31,11 +31,11 @@ jobs: |
|
|
|
with: |
|
|
|
python-version-file: ".python-version" |
|
|
|
- name: Install uv |
|
|
|
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 |
|
|
|
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 |
|
|
|
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: | |
|
|
|
|
|
|
|
@ -30,11 +30,11 @@ jobs: |
|
|
|
with: |
|
|
|
python-version-file: ".python-version" |
|
|
|
- name: Setup uv |
|
|
|
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 |
|
|
|
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 |
|
|
|
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 |
|
|
|
|
|
|
|
@ -27,11 +27,11 @@ jobs: |
|
|
|
with: |
|
|
|
python-version-file: ".python-version" |
|
|
|
- name: Setup uv |
|
|
|
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 |
|
|
|
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 |
|
|
|
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 |
|
|
|
|
|
|
|
@ -38,11 +38,11 @@ jobs: |
|
|
|
with: |
|
|
|
python-version-file: ".python-version" |
|
|
|
- name: Setup uv |
|
|
|
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 |
|
|
|
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 |
|
|
|
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 |
|
|
|
|
|
|
|
@ -31,11 +31,11 @@ jobs: |
|
|
|
with: |
|
|
|
python-version-file: ".python-version" |
|
|
|
- name: Setup uv |
|
|
|
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 |
|
|
|
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 |
|
|
|
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 |
|
|
|
|
|
|
|
@ -47,11 +47,11 @@ jobs: |
|
|
|
with: |
|
|
|
python-version-file: ".python-version" |
|
|
|
- name: Setup uv |
|
|
|
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 |
|
|
|
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 |
|
|
|
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 |
|
|
|
|
|
|
|
@ -43,11 +43,11 @@ jobs: |
|
|
|
with: |
|
|
|
python-version-file: ".python-version" |
|
|
|
- name: Install uv |
|
|
|
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 |
|
|
|
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 |
|
|
|
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 }} |
|
|
|
|
|
|
|
@ -27,11 +27,11 @@ jobs: |
|
|
|
with: |
|
|
|
python-version-file: ".python-version" |
|
|
|
- name: Install uv |
|
|
|
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 |
|
|
|
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 |
|
|
|
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 |
|
|
|
|
|
|
|
@ -26,11 +26,11 @@ jobs: |
|
|
|
with: |
|
|
|
python-version-file: ".python-version" |
|
|
|
- name: Setup uv |
|
|
|
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 |
|
|
|
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 |
|
|
|
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 |
|
|
|
|
|
|
|
@ -32,11 +32,11 @@ jobs: |
|
|
|
with: |
|
|
|
python-version-file: ".python-version" |
|
|
|
- name: Setup uv |
|
|
|
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 |
|
|
|
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 |
|
|
|
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 |
|
|
|
|
|
|
|
@ -118,11 +118,11 @@ jobs: |
|
|
|
with: |
|
|
|
python-version: ${{ matrix.python-version }} |
|
|
|
- name: Setup uv |
|
|
|
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 |
|
|
|
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 |
|
|
|
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 |
|
|
|
@ -182,11 +182,11 @@ jobs: |
|
|
|
with: |
|
|
|
python-version: "3.13" |
|
|
|
- name: Setup uv |
|
|
|
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 |
|
|
|
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 |
|
|
|
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 |
|
|
|
@ -216,11 +216,11 @@ jobs: |
|
|
|
with: |
|
|
|
python-version-file: ".python-version" |
|
|
|
- name: Setup uv |
|
|
|
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 |
|
|
|
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 |
|
|
|
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 |
|
|
|
|
|
|
|
@ -27,11 +27,11 @@ jobs: |
|
|
|
with: |
|
|
|
python-version-file: ".python-version" |
|
|
|
- name: Setup uv |
|
|
|
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 |
|
|
|
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 |
|
|
|
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 |
|
|
|
|
|
|
|
@ -58,11 +58,11 @@ jobs: |
|
|
|
with: |
|
|
|
python-version-file: ".python-version" |
|
|
|
- name: Setup uv |
|
|
|
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 |
|
|
|
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 |
|
|
|
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 |
|
|
|
@ -101,11 +101,11 @@ jobs: |
|
|
|
with: |
|
|
|
python-version-file: ".python-version" |
|
|
|
- name: Setup uv |
|
|
|
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 |
|
|
|
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 |
|
|
|
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 |
|
|
|
|