Skip to content

Commit 1780bee

Browse files
dependabot[bot]amilcarlucas
authored andcommitted
build(deps): bump astral-sh/setup-uv from 7.1.1 to 7.1.2
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 7.1.1 to 7.1.2. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@2ddd2b9...8585678) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 7.1.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent af8d9a1 commit 1780bee

8 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/pylint.yml

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

3939
# https://docs.astral.sh/uv/guides/integration/github/
4040
- name: Install uv and set the python version
41-
uses: astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7.1.1
41+
uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2
4242
with:
4343
python-version: ${{ matrix.python-version }}
4444
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@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7.1.1
39+
uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2
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@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7.1.1
48+
uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2
4949
with:
5050
python-version: ${{ matrix.python-version }}
5151
activate-environment: true
@@ -153,7 +153,7 @@ jobs:
153153

154154
# https://docs.astral.sh/uv/guides/integration/github/
155155
- name: Install uv and set the Python version
156-
uses: astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7.1.1
156+
uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2
157157
with:
158158
python-version: '3.9' # Match with the coverage report Python version
159159
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@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7.1.1
39+
uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2
4040
with:
4141
python-version: '3.13'
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2424

2525
- name: Install uv and set the python version
26-
uses: astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7.1.1
26+
uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2
2727
with:
2828
python-version: '3.13'
2929
activate-environment: true

.github/workflows/update_codebase_chart.yml

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

3838
# https://docs.astral.sh/uv/guides/integration/github/
3939
- name: Install uv and set the python version
40-
uses: astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7.1.1
40+
uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2
4141
with:
4242
python-version: ${{ matrix.python-version }}
4343
activate-environment: true
@@ -102,7 +102,7 @@ jobs:
102102

103103
# https://docs.astral.sh/uv/guides/integration/github/
104104
- name: Install uv and set the python version
105-
uses: astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7.1.1
105+
uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2
106106
with:
107107
python-version: ${{ matrix.python-version }}
108108
activate-environment: true

.github/workflows/update_vehicle_templates.yml

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

4444
# https://docs.astral.sh/uv/guides/integration/github/
4545
- name: Install uv and set the python version
46-
uses: astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7.1.1
46+
uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2
4747
with:
4848
python-version: ${{ matrix.python-version }}
4949
activate-environment: true

.github/workflows/windows_build.yml

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

3838
# https://docs.astral.sh/uv/guides/integration/github/
3939
- name: Install uv and set the python version
40-
uses: astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7.1.1
40+
uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2
4141
with:
4242
python-version: ${{ matrix.python-version }}
4343
activate-environment: true

0 commit comments

Comments
 (0)