Skip to content

Commit 99ca2c2

Browse files
build(deps): bump astral-sh/setup-uv from 8.1.0 to 8.2.0
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 8.1.0 to 8.2.0. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@0880764...fac544c) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 8.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 10f783a commit 99ca2c2

9 files changed

Lines changed: 11 additions & 11 deletions

.github/workflows/build_windows_macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
# https://docs.astral.sh/uv/guides/integration/github/
4747
- name: Install uv and set the python version
48-
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
48+
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
4949
with:
5050
python-version: ${{ matrix.python-version }}
5151
activate-environment: true

.github/workflows/pylint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
# https://docs.astral.sh/uv/guides/integration/github/
3838
- name: Install uv and set the python version
39-
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
39+
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
4040
with:
4141
python-version: ${{ matrix.python-version }}
4242
activate-environment: true

.github/workflows/pyright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
# https://docs.astral.sh/uv/guides/integration/github/
3838
- name: Install uv and set the python version
39-
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
39+
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
4040
with:
4141
python-version: ${{ matrix.python-version }}
4242
activate-environment: true

.github/workflows/pytest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
# https://docs.astral.sh/uv/guides/integration/github/
4747
- name: Install uv and set the Python version
48-
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
48+
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
4949
with:
5050
python-version: ${{ matrix.python-version }}
5151
activate-environment: true
@@ -350,7 +350,7 @@ jobs:
350350
# https://docs.astral.sh/uv/guides/integration/github/
351351
- name: Install uv and set the Python version
352352
if: needs.pytest.result != 'skipped'
353-
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
353+
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
354354
with:
355355
python-version: '3.9' # Match with the coverage report Python version
356356
activate-environment: true

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
# https://docs.astral.sh/uv/guides/integration/github/
3838
- name: Install uv and set the python version
39-
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
39+
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
4040
with:
4141
python-version: '3.14'
4242
activate-environment: true

.github/workflows/reuse.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2424

2525
- name: Install uv and set the python version
26-
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
26+
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
2727
with:
2828
python-version: '3.14'
2929
activate-environment: true

.github/workflows/update_codebase_chart.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
# https://docs.astral.sh/uv/guides/integration/github/
4141
- name: Install uv and set the python version
42-
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
42+
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
4343
with:
4444
python-version: ${{ matrix.python-version }}
4545
activate-environment: true
@@ -104,7 +104,7 @@ jobs:
104104

105105
# https://docs.astral.sh/uv/guides/integration/github/
106106
- name: Install uv and set the python version
107-
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
107+
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
108108
with:
109109
python-version: ${{ matrix.python-version }}
110110
activate-environment: true

.github/workflows/update_motor_diagrams.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
# https://docs.astral.sh/uv/guides/integration/github/
3030
- name: Install uv and set the Python version
31-
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
31+
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
3232
with:
3333
python-version: '3.x'
3434
activate-environment: true

.github/workflows/update_vehicle_templates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
# https://docs.astral.sh/uv/guides/integration/github/
4747
- name: Install uv and set the python version
48-
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
48+
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
4949
with:
5050
python-version: ${{ matrix.python-version }}
5151
activate-environment: true

0 commit comments

Comments
 (0)