Skip to content

Commit fc2b495

Browse files
dependabot[bot]amilcarlucas
authored andcommitted
build(deps): bump astral-sh/setup-uv from 6.6.0 to 6.6.1
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 6.6.0 to 6.6.1. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@4959332...557e51d) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 6.6.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5b83aa2 commit fc2b495

7 files changed

Lines changed: 8 additions & 8 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@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v6.6.0
41+
uses: astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v6.6.1
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@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v6.6.0
39+
uses: astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v6.6.1
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
@@ -42,7 +42,7 @@ jobs:
4242

4343
# https://docs.astral.sh/uv/guides/integration/github/
4444
- name: Install uv and set the python version
45-
uses: astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v6.6.0
45+
uses: astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v6.6.1
4646
with:
4747
python-version: ${{ matrix.python-version }}
4848
activate-environment: true
@@ -140,7 +140,7 @@ jobs:
140140

141141
# https://docs.astral.sh/uv/guides/integration/github/
142142
- name: Install uv and set the python version
143-
uses: astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v6.6.0
143+
uses: astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v6.6.1
144144
with:
145145
python-version: '3.9' # Match with the coverage report Python version
146146
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@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v6.6.0
39+
uses: astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v6.6.1
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@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v6.6.0
26+
uses: astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v6.6.1
2727
with:
2828
python-version: '3.13'
2929
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@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v6.6.0
46+
uses: astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v6.6.1
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@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v6.6.0
40+
uses: astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v6.6.1
4141
with:
4242
python-version: ${{ matrix.python-version }}
4343
activate-environment: true

0 commit comments

Comments
 (0)