Skip to content

Commit fd86a6d

Browse files
⬆ Bump astral-sh/setup-uv from 8.1.0 to 8.2.0 in the github-actions group (#2004)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Yurii Motov <yurii.motov.monte@gmail.com>
1 parent 60c122d commit fd86a6d

8 files changed

Lines changed: 18 additions & 18 deletions

File tree

.github/workflows/build-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ jobs:
6060
with:
6161
python-version-file: ".python-version"
6262
- name: Setup uv
63-
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
63+
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
6464
with:
6565
# Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
6666
# See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837
67-
version: "0.11.4"
67+
version: "0.11.18"
6868
enable-cache: true
6969
cache-dependency-glob: |
7070
pyproject.toml

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ jobs:
3131
with:
3232
python-version-file: ".python-version"
3333
- name: Install uv
34-
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
34+
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
3535
with:
3636
# Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
3737
# See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837
38-
version: "0.11.4"
38+
version: "0.11.18"
3939
- name: Extract release details
4040
id: release-details
4141
run: |

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ jobs:
3030
with:
3131
python-version-file: ".python-version"
3232
- name: Setup uv
33-
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
33+
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
3434
with:
3535
# Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
3636
# See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837
37-
version: "0.11.4"
37+
version: "0.11.18"
3838
enable-cache: false
3939
- name: Install GitHub Actions dependencies
4040
run: uv sync --locked --no-dev --group github-actions

.github/workflows/pre-commit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ jobs:
4747
with:
4848
python-version-file: ".python-version"
4949
- name: Setup uv
50-
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
50+
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
5151
with:
5252
# Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
5353
# See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837
54-
version: "0.11.4"
54+
version: "0.11.18"
5555
cache-dependency-glob: |
5656
pyproject.toml
5757
uv.lock

.github/workflows/prepare-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ jobs:
4343
with:
4444
python-version-file: ".python-version"
4545
- name: Install uv
46-
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
46+
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
4747
with:
4848
# Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
4949
# See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837
50-
version: "0.11.4"
50+
version: "0.11.18"
5151
- name: Prepare release
5252
env:
5353
PREPARE_RELEASE_BUMP: ${{ inputs.bump }}

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ jobs:
3333
with:
3434
python-version-file: ".python-version"
3535
- name: Install uv
36-
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
36+
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
3737
with:
3838
# Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
3939
# See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837
40-
version: "0.11.4"
40+
version: "0.11.18"
4141
enable-cache: false
4242
- name: Build distribution
4343
run: uv build

.github/workflows/smokeshow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ jobs:
2121
with:
2222
python-version-file: ".python-version"
2323
- name: Setup uv
24-
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
24+
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
2525
with:
2626
# Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
2727
# See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837
28-
version: "0.11.4"
28+
version: "0.11.18"
2929
cache-dependency-glob: |
3030
pyproject.toml
3131
uv.lock

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ jobs:
6262
with:
6363
python-version: ${{ matrix.python-version }}
6464
- name: Setup uv
65-
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
65+
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
6666
with:
6767
# Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
6868
# See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837
69-
version: "0.11.4"
69+
version: "0.11.18"
7070
enable-cache: true
7171
cache-dependency-glob: |
7272
pyproject.toml
@@ -105,11 +105,11 @@ jobs:
105105
with:
106106
python-version-file: ".python-version"
107107
- name: Setup uv
108-
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
108+
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
109109
with:
110110
# Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
111111
# See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837
112-
version: "0.11.4"
112+
version: "0.11.18"
113113
enable-cache: true
114114
cache-dependency-glob: |
115115
pyproject.toml

0 commit comments

Comments
 (0)